summaryrefslogtreecommitdiff
path: root/test/lib/test
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib/test')
-rw-r--r--test/lib/test/unit.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/lib/test/unit.rb b/test/lib/test/unit.rb
index c280c68581..afdd5de00b 100644
--- a/test/lib/test/unit.rb
+++ b/test/lib/test/unit.rb
@@ -452,8 +452,7 @@ module Test
return
end
- # Require needed things for parallel running
- require 'thread'
+ # Require needed thing for parallel running
require 'timeout'
@tasks = @files.dup # Array of filenames.
@need_quit = false