Skip to content

Commit

Permalink
* bootstraptest/test_thread.rb: get rid of confusing ruby-mode.el
Browse files Browse the repository at this point in the history
  indent.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38671 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
nobu committed Jan 1, 2013
1 parent 4136f8c commit 10c8aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstraptest/test_thread.rb
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@

assert_equal 'ok', %q{
def m
t = Thread.new { while true do // =~ "" end }
t = Thread.new { while true; // =~ "" end }
sleep 0.1
10.times {
if /((ab)*(ab)*)*(b)/ =~ "ab"*7
Expand Down

0 comments on commit 10c8aa8

Please sign in to comment.