Skip to content

Commit

Permalink
Adapt test for adapted sprintf error message
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed May 14, 2020
1 parent d9defb6 commit 2aac854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/05-messages/02-errors.t
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ throws-like {
# GH #3682
throws-like { sprintf "%d" }, X::Str::Sprintf::Directives::Count,
:message('Your printf-style directives specify 1 argument, but no '
~ "argument was supplied.\nAre you using an unescaped '\$'?"),
~ "argument was supplied.\nAre you using an interpolated '\$'?"),
'sprintf %d directive with one directive and no corresponding argument throws';

{ # https://github.com/perl6/roast/commit/20fe657466
Expand Down

0 comments on commit 2aac854

Please sign in to comment.