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:
parent
a475df2f25
commit
6965be6896
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue