diff options
| author | Eric Christopher <echristo@apple.com> | 2010-09-13 21:51:42 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@apple.com> | 2010-09-13 21:51:42 +0000 |
| commit | 26c045d9fff04f07703fbaf7a9264dc4a427c16d (patch) | |
| tree | 928351983ad8a7e2254851dc48d50178f627ae10 /clang/test/CodeGen/statements.c | |
| parent | 9e6ed53ea51e66688dcf4d30837c6fbe4ec06f1e (diff) | |
| download | bcm5719-llvm-26c045d9fff04f07703fbaf7a9264dc4a427c16d.tar.gz bcm5719-llvm-26c045d9fff04f07703fbaf7a9264dc4a427c16d.zip | |
Try to get this to stop leaving a temporary file on linux.
llvm-svn: 113793
Diffstat (limited to 'clang/test/CodeGen/statements.c')
| -rw-r--r-- | clang/test/CodeGen/statements.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/statements.c b/clang/test/CodeGen/statements.c index 0ea0597835c..1d4f633f617 100644 --- a/clang/test/CodeGen/statements.c +++ b/clang/test/CodeGen/statements.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -Wreturn-type %s -emit-llvm -o /dev/null +// RUN: %clang_cc1 -Wreturn-type %s -emit-llvm-only void test1(int x) { switch (x) { |

