[svn:parrot] r41767 - branches/detect_llvm/t/steps/auto

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Thu Oct 8 11:00:13 UTC 2009


Author: jkeenan
Date: Thu Oct  8 11:00:12 2009
New Revision: 41767
URL: https://trac.parrot.org/parrot/changeset/41767

Log:
Correct positioning of cc_clean() call.

Modified:
   branches/detect_llvm/t/steps/auto/llvm-01.t

Modified: branches/detect_llvm/t/steps/auto/llvm-01.t
==============================================================================
--- branches/detect_llvm/t/steps/auto/llvm-01.t	Thu Oct  8 10:29:53 2009	(r41766)
+++ branches/detect_llvm/t/steps/auto/llvm-01.t	Thu Oct  8 11:00:12 2009	(r41767)
@@ -75,12 +75,6 @@
     }
 }
 
-$conf->replenish($serialized);
-
-# This must be fine-tuned; leaving test file in topdir;
-# generating uninitialized value warnings: +190
-# lib/Parrot/Configure/Compiler.pm
-
 $conf->cc_clean();
 
 pass("Completed all tests in $0");


More information about the parrot-commits mailing list