Change 19192 by [EMAIL PROTECTED] on 2003/04/12 18:23:40
The debugging aid #19182 didn't.
Affected files ...
... //depot/perl/ext/B/t/deparse.t#11 edit
Differences ...
==== //depot/perl/ext/B/t/deparse.t#11 (text) ====
Index: perl/ext/B/t/deparse.t
--- perl/ext/B/t/deparse.t#10~19182~ Thu Apr 10 02:40:24 2003
+++ perl/ext/B/t/deparse.t Sat Apr 12 11:23:40 2003
@@ -119,12 +119,7 @@
'XL'->bootstrap;
}
$1/ if $Is_MacOS;
-if ($a ne $b) {
- # A temporary debugging aid (Tru64 threaded smoke test somehow
- # broke between 19150 and 19160, but works okay from command line.)
- print STDERR "# [$a]\n\# vs expected\n# [$b]\n";
- print "not ";
-}
+print "# [$a]\n\# vs expected\n# [$b]\nnot " if $a ne $b;
print "ok " . $i++ . "\n";
__DATA__
End of Patch.