Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
avoid trailing : with empty msg
  • Loading branch information
coke committed Nov 27, 2018
1 parent 04375ba commit 4015e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xt/space-after-comma.t
Expand Up @@ -55,7 +55,7 @@ sub test-it(Str $output, Str $file) {
}
}
my $error = $file;
ok $ok, "$error: $msg";
ok $ok, $error ~ ($msg ?? ": $msg" !! "");
}

for @files -> $file {
Expand Down

0 comments on commit 4015e2e

Please sign in to comment.