diff options
author | Daniel Dunbar <daniel@zuster.org> | 2008-08-21 04:30:23 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2008-08-21 04:30:23 +0000 |
commit | 9562726a2876e96fb1ed9a26f38288213146b443 (patch) | |
tree | 16bd8282d7e41e4916555b56aadef65d8261575d /test/CodeGen/cxx-default-arg.cpp | |
parent | 4565938ff6b329747aebb30047eb849990bae3d2 (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
Diffstat (limited to 'test/CodeGen/cxx-default-arg.cpp')
-rw-r--r-- | test/CodeGen/cxx-default-arg.cpp | 2 |
1 files changed, 1 insertions, 1 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 |