summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSamuel Williams <samuel.williams@oriontransfer.co.nz>2022-10-13 19:04:06 +1300
committerGitHub <noreply@github.com>2022-10-13 19:04:06 +1300
commit765ee822b54026e6cafa107d93475c2883e2bad8 (patch)
tree381607a12610361ab7a65c7216b9aecc989ba84e /test
parentb734832883e3644af2527bd463de220a0b5794bc (diff)
Add missing `f.resume` to fiber test. (#6539)
Notes
Notes: Merged-By: ioquatix <samuel@codeotaku.com>
Diffstat (limited to 'test')
-rw-r--r--test/fiber/test_scheduler.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/fiber/test_scheduler.rb b/test/fiber/test_scheduler.rb
index 1d5881e233..5a24bff04f 100644
--- a/test/fiber/test_scheduler.rb
+++ b/test/fiber/test_scheduler.rb
@@ -36,6 +36,7 @@ class TestFiberScheduler < Test::Unit::TestCase
assert fiber.blocking?
end
end
+ f.resume
end
def test_closed_at_thread_exit