This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Compile failure message tidying.
authorJarkko Hietaniemi <jhi@iki.fi>
Tue, 14 Aug 2001 03:08:07 +0000 (03:08 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Tue, 14 Aug 2001 03:08:07 +0000 (03:08 +0000)
p4raw-id: //depot/perl@11663

t/lib/1_compile.t

index 4cf599b..66ebcbb 100644 (file)
@@ -97,7 +97,7 @@ print "1..".@Core_Modules."\n";
 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++;
 }