aboutsummaryrefslogtreecommitdiffstats
path: root/test/thread
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
commit24897895a597ac9d89180d804a27e10ab242038c (patch)
treec8e836854df68b6b98cc72a18e1f42217ee30ba5 /test/thread
parent60d6f88e8ed7d30f31c9e3ff5215ee5a28b3eeca (diff)
downloadruby-24897895a597ac9d89180d804a27e10ab242038c.tar.gz
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/thread')
-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