De-cut-and-pasto.
Jarkko Hietaniemi [Tue, 23 Jan 2001 15:38:39 +0000 (15:38 +0000)]
p4raw-id: //depot/perl@8530

t/lib/1_compile.t

index 1394443..e853dee 100644 (file)
@@ -45,7 +45,7 @@ $Core_Modules{'File::Spec::Functions'}++;     # put this back
 
 unless ($Config{extensions} =~ /\bThread\b/) {
     delete $Core_Modules{Thread};
-    delete_by_prefix('Thread::')++;
+    delete_by_prefix('Thread::');
 }
 
 delete_by_prefix('unicode::');