summaryrefslogtreecommitdiffstats
path: root/test/Index/comments.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Index/comments.c')
-rw-r--r--test/Index/comments.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Index/comments.c b/test/Index/comments.c
index 83bdbf6eed..034317779c 100644
--- a/test/Index/comments.c
+++ b/test/Index/comments.c
@@ -19,7 +19,7 @@ void g(int);
void h(int); ///< This is a member comment.
-// RUN: clang-cc -emit-pch -o %t.ast %s
+// RUN: %clang_cc1 -emit-pch -o %t.ast %s
// RUN: index-test %t.ast -point-at %s:11:6 > %t
// RUN: grep "starts here" %t