diff options
author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-14 09:59:58 +0000 |
---|---|---|
committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-14 09:59:58 +0000 |
commit | 71152897103939d4566b39e3f08061cd18b8714b (patch) | |
tree | 1d7ed2871dcbf00fd9c6222486406131d4a420cc /bootstraptest | |
parent | 8fba9c12ba8da984085bf67c7a022180ee595db4 (diff) | |
download | ruby-71152897103939d4566b39e3f08061cd18b8714b.tar.gz ruby-71152897103939d4566b39e3f08061cd18b8714b.tar.xz ruby-71152897103939d4566b39e3f08061cd18b8714b.zip |
update last test.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15043 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bootstraptest')
-rw-r--r-- | bootstraptest/test_knownbug.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstraptest/test_knownbug.rb b/bootstraptest/test_knownbug.rb index fe3b5ab6c..a2ada5900 100644 --- a/bootstraptest/test_knownbug.rb +++ b/bootstraptest/test_knownbug.rb @@ -90,7 +90,7 @@ assert_equal 'ok', %q{ }, '[ruby-core:14641]' assert_equal 'true', %{ - t = Thread.new { sleep } + t = Thread.new { loop {} } pid = fork { exit t.status != "run" } |