aboutsummaryrefslogtreecommitdiffstats
path: root/test/monitor/test_monitor.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/monitor/test_monitor.rb')
-rw-r--r--test/monitor/test_monitor.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/monitor/test_monitor.rb b/test/monitor/test_monitor.rb
index 66c3e833ca..a3861735b3 100644
--- a/test/monitor/test_monitor.rb
+++ b/test/monitor/test_monitor.rb
@@ -5,6 +5,8 @@ require "thread"
require "test/unit"
class TestMonitor < Test::Unit::TestCase
+ Queue = Thread::Queue
+
def setup
@monitor = Monitor.new
end