Author: evancheng
Date: Tue Dec  4 14:11:21 2007
New Revision: 44579

URL: http://llvm.org/viewvc/llvm-project?rev=44579&view=rev
Log:
Fix makefile so it doesn't report false positive.

Modified:
    test-suite/trunk/External/SPEC/CINT2006/401.bzip2/Makefile

Modified: test-suite/trunk/External/SPEC/CINT2006/401.bzip2/Makefile
URL: 
http://llvm.org/viewvc/llvm-project/test-suite/trunk/External/SPEC/CINT2006/401.bzip2/Makefile?rev=44579&r1=44578&r2=44579&view=diff

==============================================================================
--- test-suite/trunk/External/SPEC/CINT2006/401.bzip2/Makefile (original)
+++ test-suite/trunk/External/SPEC/CINT2006/401.bzip2/Makefile Tue Dec  4 
14:11:21 2007
@@ -12,7 +12,7 @@
 RUN_OPTIONS = `head -n 1 $(REF_IN_DIR)control`
 
 ifeq ($(RUN_TYPE),test)
-  STDOUT_FILENAME := input.compressed.out
+  STDOUT_FILENAME := input.program.out
 else
   STDOUT_FILENAME := input.combined.out
 endif


_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to