* 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
1 changed files with 1 additions and 1 deletions

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