Change 11663 by jhi@alpha on 2001/08/14 03:08:07
Compile failure message tidying.
Affected files ...
... //depot/perl/t/lib/1_compile.t#34 edit
Differences ...
==== //depot/perl/t/lib/1_compile.t#34 (text) ====
Index: perl/t/lib/1_compile.t
--- perl/t/lib/1_compile.t.~1~ Mon Aug 13 21:15:05 2001
+++ perl/t/lib/1_compile.t Mon Aug 13 21:15:05 2001
@@ -97,7 +97,7 @@
my $test_num = 1;
foreach my $module (@Core_Modules) {
- print "# $module compile failed\nnot " unless compile_module($module);
+ print "$module compile failed\nnot " unless compile_module($module);
print "ok $test_num\n";
$test_num++;
}
End of Patch.