From 7e24aacf8bd3f6bc45ba7d42263d70dae33d5b24 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 30 Aug 2016 06:22:30 +0000 Subject: Use qualified names git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56037 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/test_mutex_m.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_mutex_m.rb') diff --git a/test/test_mutex_m.rb b/test/test_mutex_m.rb index e31c086f01..0365265b8c 100644 --- a/test/test_mutex_m.rb +++ b/test/test_mutex_m.rb @@ -8,7 +8,7 @@ class TestMutexM < Test::Unit::TestCase o = Object.new o.instance_variable_set(:@foo, nil) o.extend(Mutex_m) - c = ConditionVariable.new + c = Thread::ConditionVariable.new t = Thread.start { o.synchronize do until foo = o.instance_variable_get(:@foo) -- cgit v1.2.3