mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
This commit is contained in:
parent
4136f8ce89
commit
10c8aa81fb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue