summaryrefslogtreecommitdiffstats
path: root/test/Index/resolve-loc.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Index/resolve-loc.c')
-rw-r--r--test/Index/resolve-loc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Index/resolve-loc.c b/test/Index/resolve-loc.c
index f469717..68504ee 100644
--- a/test/Index/resolve-loc.c
+++ b/test/Index/resolve-loc.c
@@ -16,7 +16,7 @@ struct S {
};
-// RUN: clang-cc -emit-pch %s -o %t.ast
+// RUN: %clang_cc1 -emit-pch %s -o %t.ast
// RUN: index-test %t.ast -point-at %s:3:8 | grep top_var
// RUN: index-test %t.ast -point-at %s:5:15 | grep top_func_decl
// RUN: index-test %t.ast -point-at %s:5:25 | grep param1
OpenPOWER on IntegriCloud