Skip to content

Commit

Permalink
Remove unintended m: prefix from a test case
Browse files Browse the repository at this point in the history
Looks like this test was copied from an IRC message and the m: prefix
for the eval-bot was kept.
  • Loading branch information
niner committed Apr 22, 2024
1 parent 76f0278 commit 34cb94e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/05-messages/01-errors.t
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ subtest 'chr with large codepoints throws useful error' => {
}

# https://colabti.org/irclogger/irclogger_log/perl6?date=2017-03-14#l1018
throws-like 「m: my @a = for 1..3 <-> { $_ }」, Exception,
throws-like 「my @a = for 1..3 <-> { $_ }」, Exception,
:message(/«'do for'»/),
'<-> does not prevent an error suggesting to use `do for`';

Expand Down

0 comments on commit 34cb94e

Please sign in to comment.