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) {