mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fixed an assertion
This commit is contained in:
parent
409b0ec4c3
commit
ad3820886b
1 changed files with 1 additions and 1 deletions
|
@ -1033,7 +1033,7 @@ END
|
||||||
assert_block do
|
assert_block do
|
||||||
case {}
|
case {}
|
||||||
in {}
|
in {}
|
||||||
$keys == nil
|
C.keys == nil
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue