summaryrefslogtreecommitdiffstats
path: root/clang/test/PCH/source-manager-stack.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/PCH/source-manager-stack.c')
-rw-r--r--clang/test/PCH/source-manager-stack.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/test/PCH/source-manager-stack.c b/clang/test/PCH/source-manager-stack.c
index 72084d9760e..cc8555661a4 100644
--- a/clang/test/PCH/source-manager-stack.c
+++ b/clang/test/PCH/source-manager-stack.c
@@ -2,9 +2,9 @@
// when using PCH.
// RUN: echo 'int x;' > %t.prefix.h
-// RUN: not clang-cc -fsyntax-only -include %t.prefix.h %s 2> %t.diags.no_pch.txt
-// RUN: clang-cc -emit-pch -o %t.prefix.pch %t.prefix.h
-// RUN: not clang-cc -fsyntax-only -include-pch %t.prefix.pch %s 2> %t.diags.pch.txt
+// RUN: not %clang_cc1 -fsyntax-only -include %t.prefix.h %s 2> %t.diags.no_pch.txt
+// RUN: %clang_cc1 -emit-pch -o %t.prefix.pch %t.prefix.h
+// RUN: not %clang_cc1 -fsyntax-only -include-pch %t.prefix.pch %s 2> %t.diags.pch.txt
// RUN: diff %t.diags.no_pch.txt %t.diags.pch.txt
// XFAIL: *
// PR5662
OpenPOWER on IntegriCloud