* 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:
parent
5fb7052bb9
commit
3eff6d398b
@ -224,7 +224,7 @@ assert_equal 'ok', %{
|
|||||||
pid, status = Process.wait2
|
pid, status = Process.wait2
|
||||||
$result = status.success? ? :ok : :ng
|
$result = status.success? ? :ok : :ng
|
||||||
rescue NotImplementedError
|
rescue NotImplementedError
|
||||||
:ok
|
$result = :ok
|
||||||
end
|
end
|
||||||
END
|
END
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user