Fixup d48c92aa04ffd3a1cecef599eaa5e4409aab2fe4

This commit is contained in:
Hiroshi SHIBATA 2020-05-23 17:24:29 +09:00
parent d48c92aa04
commit b2976a4fca
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2

View File

@ -24,6 +24,6 @@ class TestFiberScheduler < Test::Unit::TestCase
thread.join
assert_not_empty scheduler.blocking
assert_match(/test_fiber\.rb:\d+:in `close'/, scheduler.blocking.last)
assert_match(/test_scheduler\.rb:\d+:in `close'/, scheduler.blocking.last)
end
end