summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/IBOutletCollection.m
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Index/IBOutletCollection.m')
-rw-r--r--clang/test/Index/IBOutletCollection.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Index/IBOutletCollection.m b/clang/test/Index/IBOutletCollection.m
index 1b5d62c7ae5..63ab26a8125 100644
--- a/clang/test/Index/IBOutletCollection.m
+++ b/clang/test/Index/IBOutletCollection.m
@@ -5,10 +5,10 @@
}
@end
-// RUN: c-index-test -cursor-at=%s:4:24 %s | FileCheck -check-prefix=CHECK-CURSOR %s
+// RUN: c-index-test -cursor-at=%s:4:24 -ffreestanding %s | FileCheck -check-prefix=CHECK-CURSOR %s
// CHECK-CURSOR: ObjCClassRef=Test:3:12
-// RUN: c-index-test -test-annotate-tokens=%s:4:1:5:1 %s | FileCheck -check-prefix=CHECK-TOK %s
+// RUN: c-index-test -test-annotate-tokens=%s:4:1:5:1 -ffreestanding %s | FileCheck -check-prefix=CHECK-TOK %s
// CHECK-TOK: Identifier: "IBOutletCollection" [4:3 - 4:21] macro expansion=IBOutletCollection:1:9
// FIXME: The following token should belong to the macro expansion cursor.
// CHECK-TOK: Punctuation: "(" [4:21 - 4:22] attribute(iboutletcollection)= [IBOutletCollection=ObjCInterface]
OpenPOWER on IntegriCloud