summaryrefslogtreecommitdiff
path: root/spec/ruby/core/conditionvariable/wait_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/core/conditionvariable/wait_spec.rb')
-rw-r--r--spec/ruby/core/conditionvariable/wait_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/ruby/core/conditionvariable/wait_spec.rb b/spec/ruby/core/conditionvariable/wait_spec.rb
index 9a68c2b5a1..fe73e513c0 100644
--- a/spec/ruby/core/conditionvariable/wait_spec.rb
+++ b/spec/ruby/core/conditionvariable/wait_spec.rb
@@ -1,5 +1,4 @@
require_relative '../../spec_helper'
-require 'thread'
describe "ConditionVariable#wait" do
it "calls #sleep on the given object" do