make TODO output TAP-compliant in regexp.t
Dave Mitchell [Sat, 24 May 2008 15:42:08 +0000 (15:42 +0000)]
p4raw-id: //depot/perl@33919

t/op/regexp.t

index 793a474..147e4cc 100755 (executable)
@@ -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 ($@) {