summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/find-decls.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Index/find-decls.c')
-rw-r--r--clang/test/Index/find-decls.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Index/find-decls.c b/clang/test/Index/find-decls.c
index 99a32428005..f1999b2151b 100644
--- a/clang/test/Index/find-decls.c
+++ b/clang/test/Index/find-decls.c
@@ -1,5 +1,5 @@
-// RUN: clang-cc -fblocks -emit-pch %S/Inputs/t1.c -o %t1.ast
-// RUN: clang-cc -fblocks -emit-pch %S/Inputs/t2.c -o %t2.ast
+// RUN: %clang_cc1 -fblocks -emit-pch %S/Inputs/t1.c -o %t1.ast
+// RUN: %clang_cc1 -fblocks -emit-pch %S/Inputs/t2.c -o %t2.ast
// RUN: index-test %t1.ast %t2.ast -point-at %S/Inputs/t1.c:8:7 -print-decls > %t
// RUN: cat %t | count 3
OpenPOWER on IntegriCloud