p4raw-id: //depot/perl@19192
'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__