mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Fix missing assertions in mruby-fiber test
This commit is contained in:
@@ -76,7 +76,7 @@ assert('Fiber iteration') do
|
||||
end
|
||||
|
||||
assert('Fiber with splat in the block argument list') {
|
||||
Fiber.new{|*x|x}.resume(1) == [1]
|
||||
assert_equal([1], Fiber.new{|*x|x}.resume(1))
|
||||
}
|
||||
|
||||
assert('Fiber raises on resume when dead') do
|
||||
|
||||
Reference in New Issue
Block a user