Fix bug #21347 (segfault in UNIVERSAL::AUTOLOAD with qr//)
[p5sagit/p5-mst-13.2.git] / ext / B / t / deparse.t
index 50746e7..f60d913 100644 (file)
@@ -119,12 +119,7 @@ $b =~ s/(LINE:)/sub BEGIN {
     '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__