summaryrefslogtreecommitdiffstats
path: root/test/Index/objc-decls.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/Index/objc-decls.m')
-rw-r--r--test/Index/objc-decls.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Index/objc-decls.m b/test/Index/objc-decls.m
index ff39678..62a43da 100644
--- a/test/Index/objc-decls.m
+++ b/test/Index/objc-decls.m
@@ -1,5 +1,5 @@
-// RUN: clang-cc -emit-pch %S/Inputs/t1.m -o %t1.m.ast
-// RUN: clang-cc -emit-pch %S/Inputs/t2.m -o %t2.m.ast
+// RUN: clang -cc1 -emit-pch %S/Inputs/t1.m -o %t1.m.ast
+// RUN: clang -cc1 -emit-pch %S/Inputs/t2.m -o %t2.m.ast
// RUN: index-test %t1.m.ast %t2.m.ast -point-at %S/Inputs/t1.m:12:12 -print-decls > %t
// RUN: cat %t | count 2
OpenPOWER on IntegriCloud