Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
allow WARNINGS to indicate a filename
  • Loading branch information
TimToady committed Dec 13, 2015
1 parent c205f71 commit 688c43b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S32-exceptions/misc.t
Expand Up @@ -618,7 +618,7 @@ throws-like { $*an_undeclared_dynvar = 42 }, X::Dynamic::NotFound;

# RT #123584
{
is_run q[$; my $b;], { status => 0, err => / ^ "WARNINGS:" \n "Useless use of unnamed \$ variable in sink context" / }, "unnamed var in sink context warns"
is_run q[$; my $b;], { status => 0, err => / ^ "WARNINGS" \N* \n "Useless use of unnamed \$ variable in sink context" / }, "unnamed var in sink context warns"
}

# RT #114430
Expand Down

0 comments on commit 688c43b

Please sign in to comment.