summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/statements.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/statements.c')
-rw-r--r--test/CodeGen/statements.c2
1 files changed, 1 insertions, 1 deletions
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) {
OpenPOWER on IntegriCloud