aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2008-08-21 04:30:23 +0000
committerDaniel Dunbar <daniel@zuster.org>2008-08-21 04:30:23 +0000
commit9562726a2876e96fb1ed9a26f38288213146b443 (patch)
tree16bd8282d7e41e4916555b56aadef65d8261575d
parent4565938ff6b329747aebb30047eb849990bae3d2 (diff)
Missed a test case writing a .ll file.
Suppress count output from 'make test' on errors (used to generate result code). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@55107 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/cxx-default-arg.cpp2
-rw-r--r--test/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/cxx-default-arg.cpp b/test/CodeGen/cxx-default-arg.cpp
index 957b60a8d7..017b17d2c9 100644
--- a/test/CodeGen/cxx-default-arg.cpp
+++ b/test/CodeGen/cxx-default-arg.cpp
@@ -1,4 +1,4 @@
-// RUN: clang -emit-llvm %s
+// RUN: clang -emit-llvm %s -o %t
// Note: define CLANG_GENERATE_KNOWN_GOOD and compile to generate code
// that makes all of the defaulted arguments explicit. The resulting
diff --git a/test/Makefile b/test/Makefile
index 9fdc6113ff..27e1f6d980 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -31,7 +31,7 @@ all::
@ echo '--- Running clang tests ---'
@ $(MAKE) $(TESTS)
@ $(DONE)
- @ cat $(TESTS) | count 0
+ @ cat $(TESTS) | count 0 > /dev/null
report: $(TESTS)
@ cat $^