mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fixup d48c92aa04
This commit is contained in:
parent
d48c92aa04
commit
b2976a4fca
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue