From: Dave Mitchell Date: Sat, 24 May 2008 15:42:08 +0000 (+0000) Subject: make TODO output TAP-compliant in regexp.t X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e08926902e591e5c2d12e9e6e88a0d5ec7998770;p=p5sagit%2Fp5-mst-13.2.git make TODO output TAP-compliant in regexp.t p4raw-id: //depot/perl@33919 --- diff --git a/t/op/regexp.t b/t/op/regexp.t index 793a474..147e4cc 100755 --- a/t/op/regexp.t +++ b/t/op/regexp.t @@ -173,7 +173,7 @@ EOFCODE next TEST; } elsif ( $todo ) { - print "not ok $test # todo", length($reason) ? " - $reason" : '', "\n"; + print "not ok $test # TODO", length($reason) ? " - $reason" : '', "\n"; next TEST; } elsif ($@) {