summaryrefslogtreecommitdiffstats
path: root/test/Index/find-defs.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Index/find-defs.c')
-rw-r--r--test/Index/find-defs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Index/find-defs.c b/test/Index/find-defs.c
index fb54072734..51292704a1 100644
--- a/test/Index/find-defs.c
+++ b/test/Index/find-defs.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/foo.h:1:14 -print-defs > %t
// RUN: cat %t | count 1