summaryrefslogtreecommitdiff
path: root/test/fiber/test_sleep.rb
diff options
context:
space:
mode:
authorSamuel Williams <samuel.williams@oriontransfer.co.nz>2020-08-20 13:51:45 +1200
committerSamuel Williams <samuel.williams@oriontransfer.co.nz>2020-09-14 16:44:09 +1200
commitd387029f39d976565c955377117103499d47ff09 (patch)
tree0a28459f929867c698d243584bc676c4ddad100c /test/fiber/test_sleep.rb
parent905e9c8093b2bb06def609975929465be0f41a0c (diff)
Standardised scheduler interface.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3434
Diffstat (limited to 'test/fiber/test_sleep.rb')
-rw-r--r--test/fiber/test_sleep.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/fiber/test_sleep.rb b/test/fiber/test_sleep.rb
index 84e9d27550..f1d9f79fc8 100644
--- a/test/fiber/test_sleep.rb
+++ b/test/fiber/test_sleep.rb
@@ -43,5 +43,4 @@ class TestFiberSleep < Test::Unit::TestCase
assert_operator seconds, :>=, 2, "actual: %p" % seconds
end
-
end