From 10c8aa81fb64bad42ac89a0a91f5f8b1b78810af Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 1 Jan 2013 14:42:52 +0000 Subject: [PATCH] * bootstraptest/test_thread.rb: get rid of confusing ruby-mode.el indent. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38671 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bootstraptest/test_thread.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstraptest/test_thread.rb b/bootstraptest/test_thread.rb index 61407209fe..121def8b42 100644 --- a/bootstraptest/test_thread.rb +++ b/bootstraptest/test_thread.rb @@ -267,7 +267,7 @@ assert_normal_exit %q{ 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