Change 30229 by [EMAIL PROTECTED] on 2007/02/12 15:31:56

        Un-TODO tests avec change #30228

Affected files ...

... //depot/perl/t/comp/parser.t#29 edit

Differences ...

==== //depot/perl/t/comp/parser.t#29 (text) ====
Index: perl/t/comp/parser.t
--- perl/t/comp/parser.t#28~30024~      2007-01-26 16:45:30.000000000 -0800
+++ perl/t/comp/parser.t        2007-02-12 07:31:56.000000000 -0800
@@ -285,8 +285,6 @@
     my ($file, $line, $name) =  @_;
     my (undef, $got_file, $got_line) = caller;
     like ($got_file, $file, "file of $name");
-    local $TODO;
-    $TODO = "For some wrong reason PL_copline is 1" if $line == 51;
     is ($got_line, $line, "line of $name");
 }
 
End of Patch.

Reply via email to