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

fix test of r55397

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55398 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2016-06-13 12:46:44 +00:00
parent a475df2f25
commit 6965be6896

View file

@ -90,7 +90,7 @@ class TestConditionVariable < Test::Unit::TestCase
end
def test_condvar_wait_deadlock
assert_in_out_err([], <<-INPUT, ["fatal", "No live threads left. Deadlock?"], [])
assert_in_out_err([], <<-INPUT, /\Afatal\nNo live threads left\. Deadlock/, [])
require "thread"
mutex = Mutex.new