aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/PCH/chain-implicit-definition.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/PCH/chain-implicit-definition.cpp b/test/PCH/chain-implicit-definition.cpp
index 3ec4f62bcb..245e8f9e10 100644
--- a/test/PCH/chain-implicit-definition.cpp
+++ b/test/PCH/chain-implicit-definition.cpp
@@ -1,7 +1,7 @@
// no PCH
-// RUN: %clang_cc1 -emit-llvm -o /dev/null -include %s -include %s %s
+// RUN: %clang_cc1 -emit-llvm-only -include %s -include %s %s
// with PCH
-// RUN: %clang_cc1 -emit-llvm -o /dev/null -chain-include %s -chain-include %s %s
+// RUN: %clang_cc1 -emit-llvm-only -chain-include %s -chain-include %s %s
#if !defined(PASS1)
#define PASS1