1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* test_thread.rb: broken test.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22642 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2009-02-26 05:01:03 +00:00
parent 5fb7052bb9
commit 3eff6d398b

View file

@ -224,7 +224,7 @@ assert_equal 'ok', %{
pid, status = Process.wait2
$result = status.success? ? :ok : :ng
rescue NotImplementedError
:ok
$result = :ok
end
END
end