Skip to content

Commit 63f8d26

Browse files
committed
Print out a nice test number when outputing tap with a print from a test file.
1 parent c8354e8 commit 63f8d26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/nqp/11-sub.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,4 @@ say('ok ', next_());
8787
sub redo_() { 17 };
8888
say('ok ', redo_());
8989
sub eighteen($a-a) {}
90-
say('ok paramer with a dash')
90+
say('ok 18 # paramer with a dash')

0 commit comments

Comments
 (0)