Missed a test case writing a .ll file.

Suppress count output from 'make test' on errors (used to generate
result code).

llvm-svn: 55107
This commit is contained in:
Daniel Dunbar 2008-08-21 04:30:23 +00:00
parent a64e54d3f8
commit 5f977e7b15
2 changed files with 2 additions and 2 deletions

View File

@ -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 // Note: define CLANG_GENERATE_KNOWN_GOOD and compile to generate code
// that makes all of the defaulted arguments explicit. The resulting // that makes all of the defaulted arguments explicit. The resulting

View File

@ -31,7 +31,7 @@ all::
@ echo '--- Running clang tests ---' @ echo '--- Running clang tests ---'
@ $(MAKE) $(TESTS) @ $(MAKE) $(TESTS)
@ $(DONE) @ $(DONE)
@ cat $(TESTS) | count 0 @ cat $(TESTS) | count 0 > /dev/null
report: $(TESTS) report: $(TESTS)
@ cat $^ @ cat $^