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:
parent
5fb7052bb9
commit
3eff6d398b
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ assert_equal 'ok', %{
|
|||
pid, status = Process.wait2
|
||||
$result = status.success? ? :ok : :ng
|
||||
rescue NotImplementedError
|
||||
:ok
|
||||
$result = :ok
|
||||
end
|
||||
END
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue