diff options
-rw-r--r-- | test/ruby/test_thread.rb | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -280,6 +280,7 @@ class TestThread < Test::Unit::TestCase s += 1 end Thread.pass until t.stop? assert_equal(1, s) t.wakeup Thread.pass while t.alive? |
![]() | index : ruby.git | |
The Ruby Programming Language |
summaryrefslogtreecommitdiff |
-rw-r--r-- | test/ruby/test_thread.rb | 1 |
@@ -280,6 +280,7 @@ class TestThread < Test::Unit::TestCase s += 1 end Thread.pass until t.stop? assert_equal(1, s) t.wakeup Thread.pass while t.alive? |