[llvm-commits] [test-suite] r44579 - /test-suite/trunk/External/SPEC/CINT2006/401.bzip2/Makefile

Evan Cheng evan.cheng at apple.com
Tue Dec 4 12:11:22 PST 2007


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





More information about the llvm-commits mailing list