Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Unskip a sprintf test JVM now passes.
  • Loading branch information
jnthn committed Sep 25, 2013
1 parent e9256d1 commit 2f243cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion integration/advent2009-day02.t
Expand Up @@ -5,7 +5,6 @@ use Test;
plan 10;

#?niecza skip 'invalid format specifier'
#?rakudo.jvm skip "Too few directives: found 1, fewer than the 2 arguments after the format string"
is(42.fmt('%+d'), '+42' );
is(42.fmt('%4d'), ' 42' );
is(42.fmt('%04d'), '0042' );
Expand Down

0 comments on commit 2f243cc

Please sign in to comment.