Skip to content

Commit

Permalink
Fix wrong test count after commit 980a07e
Browse files Browse the repository at this point in the history
  • Loading branch information
niner committed Aug 5, 2017
1 parent dc418da commit f6c2458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/hll/06-sprintf.t
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ sub is($actual, $expected, $description) {
}
}

plan(284);
plan(286);

is(nqp::sprintf('Walter Bishop', []), 'Walter Bishop', 'no directives' );

Expand Down

0 comments on commit f6c2458

Please sign in to comment.