summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/c-index-pch.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Index/c-index-pch.c')
-rw-r--r--clang/test/Index/c-index-pch.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Index/c-index-pch.c b/clang/test/Index/c-index-pch.c
index 1ce10852518..2037fc58802 100644
--- a/clang/test/Index/c-index-pch.c
+++ b/clang/test/Index/c-index-pch.c
@@ -1,5 +1,5 @@
-// RUN: clang-cc -emit-pch -x c -o %t.pch %S/Inputs/c-index-pch.h
-// RUN: clang-cc -include-pch %t.pch -x c -emit-pch -o %t.ast %s
+// RUN: %clang_cc1 -emit-pch -x c -o %t.pch %S/Inputs/c-index-pch.h
+// RUN: %clang_cc1 -include-pch %t.pch -x c -emit-pch -o %t.ast %s
// RUN: c-index-test -test-load-tu %t.ast all | FileCheck -check-prefix=ALL %s
// RUN: c-index-test -test-load-tu %t.ast local | FileCheck -check-prefix=LOCAL %s
// ALL: FunctionDecl=foo
OpenPOWER on IntegriCloud