summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-06-13 12:46:44 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-06-13 12:46:44 +0000
commit6965be6896b96369274db2c7e1acef7c8dc834d8 (patch)
treec8e836854df68b6b98cc72a18e1f42217ee30ba5 /test
parenta475df2f25acd975c711ed538148b5da02181809 (diff)
fix test of r55397
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55398 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test')
-rw-r--r--test/thread/test_cv.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/thread/test_cv.rb b/test/thread/test_cv.rb
index 53c7d279b4..51afb0b08e 100644
--- a/test/thread/test_cv.rb
+++ b/test/thread/test_cv.rb
@@ -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