commit | c77c5cd7df6c451fd5898cad0005ddda81a6a102 | [log] [tgz] |
---|---|---|
author | Eric Christopher <echristo@apple.com> | Mon Sep 13 21:51:42 2010 +0000 |
committer | Eric Christopher <echristo@apple.com> | Mon Sep 13 21:51:42 2010 +0000 |
tree | c63e5c7d8ae16e1c7a1ef88a9c7b74913733f319 | |
parent | 5f4e8999aa30e2986e99fbfa4c43e61e99a18687 [diff] [blame] |
Try to get this to stop leaving a temporary file on linux. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@113793 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/statements.c b/test/CodeGen/statements.c index 0ea0597..1d4f633 100644 --- a/test/CodeGen/statements.c +++ b/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) {