1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
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