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