[llvm-commits] CVS: llvm/test/Programs/External/SPEC/CINT2000/256.bzip2/Makefile

Misha Brukman brukman at cs.uiuc.edu
Sun Apr 18 16:05:01 PDT 2004


Changes in directory llvm/test/Programs/External/SPEC/CINT2000/256.bzip2:

Makefile updated: 1.2 -> 1.3

---
Log message:

Fix filename to capture stdout. This test passed, but now we know for sure.


---
Diffs of the changes:  (+1 -1)

Index: llvm/test/Programs/External/SPEC/CINT2000/256.bzip2/Makefile
diff -u llvm/test/Programs/External/SPEC/CINT2000/256.bzip2/Makefile:1.2 llvm/test/Programs/External/SPEC/CINT2000/256.bzip2/Makefile:1.3
--- llvm/test/Programs/External/SPEC/CINT2000/256.bzip2/Makefile:1.2	Wed Feb 25 18:01:20 2004
+++ llvm/test/Programs/External/SPEC/CINT2000/256.bzip2/Makefile	Sun Apr 18 16:04:19 2004
@@ -1,4 +1,4 @@
 LEVEL = ../../../../../..
 RUN_OPTIONS     = `cat $(REF_IN_DIR)control`
-STDOUT_FILENAME := input.random.out
+STDOUT_FILENAME := input.compressed.out
 include ../../Makefile.spec2000





More information about the llvm-commits mailing list