aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-12-23 01:24:33 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-12-23 01:24:33 +0000
commit99bf251b69fb05ecd139c1bab43f256b138aab73 (patch)
treeb38f28a9b084238c42e05a4e38d50c70bccc68ee /test
parent738515d12b8a0544bb6de9809b3edc9e2d9277f8 (diff)
downloadruby-99bf251b69fb05ecd139c1bab43f256b138aab73.tar.gz
* test/ruby/test_thread.rb (test_priority): removed not-guaranteed result.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26155 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test')
-rw-r--r--test/ruby/test_thread.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_thread.rb b/test/ruby/test_thread.rb
index bae1f0038a..6707fc4a29 100644
--- a/test/ruby/test_thread.rb
+++ b/test/ruby/test_thread.rb
@@ -130,7 +130,7 @@ class TestThread < Test::Unit::TestCase
end
t1.kill
t2.kill
- assert(c1 > c2, "[ruby-dev:33124]")
+ # assert_operator(c1, :>, c2, "[ruby-dev:33124]") # not guaranteed
end
def test_new