]> granicus.if.org Git - clang/commitdiff
Try to get this to stop leaving a temporary file on linux.
authorEric Christopher <echristo@apple.com>
Mon, 13 Sep 2010 21:51:42 +0000 (21:51 +0000)
committerEric Christopher <echristo@apple.com>
Mon, 13 Sep 2010 21:51:42 +0000 (21:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@113793 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/statements.c

index 0ea0597835cb756a9ddd4793dd8193bf166e6f12..1d4f633f6172693ca806f807ce8b2d70dbaa91ca 100644 (file)
@@ -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) {