diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-12-23 01:24:33 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-12-23 01:24:33 +0000 |
| commit | 8bec48f2a4ac52604aa6ba940c3d1a3206a6c672 (patch) | |
| tree | 1577b2170dc49593a7c1918fe613640f933c4ae0 /test/ruby | |
| parent | 2af31f48009b9904d782021e6a8152c3b9efa3d4 (diff) | |
* test/ruby/test_thread.rb (test_priority): removed not-guaranteed result.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26155 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby')
| -rw-r--r-- | test/ruby/test_thread.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_thread.rb b/test/ruby/test_thread.rb index f9cf32efd1..b1cfd33bfb 100644 --- a/test/ruby/test_thread.rb +++ b/test/ruby/test_thread.rb @@ -128,7 +128,7 @@ class TestThread < Test::Unit::TestCase sleep 0.5 t1.kill t2.kill - assert(c1 > c2, "[ruby-dev:33124]") + # assert_operator(c1, :>, c2, "[ruby-dev:33124]") # not guaranteed end def test_new |
