commit | b225233dce312a2c28de04a8e5e4c04af5e76d98 | [log] [tgz] |
---|---|---|
author | Chandler Carruth <chandlerc@gmail.com> | Fri Aug 06 05:29:57 2010 +0000 |
committer | Chandler Carruth <chandlerc@gmail.com> | Fri Aug 06 05:29:57 2010 +0000 |
tree | 51eeec4e451e237e0365a6acb81ab42130aa96e6 | |
parent | 68df730435f984cb61a41a98ffb5ab9b37490b7a [diff] [blame] |
Prevent these tests from dirtying the tree with output files that aren't even used for the test. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@110431 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/statements.c b/test/CodeGen/statements.c index 76983cc..0ea0597 100644 --- a/test/CodeGen/statements.c +++ b/test/CodeGen/statements.c
@@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -Wreturn-type %s -emit-llvm +// RUN: %clang_cc1 -Wreturn-type %s -emit-llvm -o /dev/null void test1(int x) { switch (x) {