From cb138bbaa6fdec9e9e8f6821e23130d6397677cd Mon Sep 17 00:00:00 2001 From: kosaki Date: Tue, 21 Jun 2011 10:47:07 +0000 Subject: * test/ruby/test_thread.rb (TestThread#test_priority): enable this test again. Current GVL respect thread priority rather than past. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32182 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_thread.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/ruby/test_thread.rb b/test/ruby/test_thread.rb index 524a4fd14c..daccadde78 100644 --- a/test/ruby/test_thread.rb +++ b/test/ruby/test_thread.rb @@ -243,7 +243,7 @@ class TestThread < Test::Unit::TestCase end t1.kill t2.kill - # assert_operator(c1, :>, c2, "[ruby-dev:33124]") # not guaranteed + assert_operator(c1, :>, c2, "[ruby-dev:33124]") # not guaranteed end def test_new -- cgit v1.2.3