Skip to content

Commit

Permalink
Suppress ambiguity warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Dec 5, 2022
1 parent 8d91bbf commit 942d593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/irb/test_cmd.rb
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ def test_edit_with_non_existing_path
)

assert_empty err
assert_match /Can not find file: test_cmd_non_existing_path\.rb/, out
assert_match(/Can not find file: test_cmd_non_existing_path\.rb/, out)
end

def test_edit_with_constant
Expand Down

0 comments on commit 942d593

Please sign in to comment.