summaryrefslogtreecommitdiff
path: root/test/ruby
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby')
-rw-r--r--test/ruby/test_thread.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/ruby/test_thread.rb b/test/ruby/test_thread.rb
index ec3901e2ac..0931de5659 100644
--- a/test/ruby/test_thread.rb
+++ b/test/ruby/test_thread.rb
@@ -187,7 +187,6 @@ class TestThread < Test::Unit::TestCase
t = t1-t0
assert_operator(timeout*0.9, :<, t)
- assert_operator(t, :<, timeout*1.1)
assert(locked)
end