Change 33919 by [EMAIL PROTECTED] on 2008/05/24 15:42:08

        make TODO output TAP-compliant in regexp.t

Affected files ...

... //depot/perl/t/op/regexp.t#47 edit

Differences ...

==== //depot/perl/t/op/regexp.t#47 (xtext) ====
Index: perl/t/op/regexp.t
--- perl/t/op/regexp.t#46~32931~        2008-01-09 14:42:04.000000000 -0800
+++ perl/t/op/regexp.t  2008-05-24 08:42:08.000000000 -0700
@@ -173,7 +173,7 @@
            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 ($@) {
End of Patch.

Reply via email to