Skip to content

Commit

Permalink
Fixed an assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Jun 30, 2019
1 parent 409b0ec commit ad38208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ruby/test_pattern_matching.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1033,7 +1033,7 @@ def test_deconstruct_keys
assert_block do
case {}
in {}
$keys == nil
C.keys == nil
end
end
Expand Down

0 comments on commit ad38208

Please sign in to comment.