summaryrefslogtreecommitdiff
path: root/test/Index/find-decls.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Index/find-decls.c')
-rw-r--r--test/Index/find-decls.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Index/find-decls.c b/test/Index/find-decls.c
index 99a3242800..f1999b2151 100644
--- a/test/Index/find-decls.c
+++ b/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