aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2012-06-08 03:54:16 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2012-06-08 03:54:16 +0000
commitc18909ebd57608f8bec96dbd5e596c5695fa4045 (patch)
tree34cf3d722b0a2c735540b0e9886d98c5a84839d9
parent390fff8e8b480fa146ffc14cbc63a1c2f9e2d206 (diff)
[libclang] Add a triple to test/Index/index-decls.m
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158192 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Index/index-decls.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Index/index-decls.m b/test/Index/index-decls.m
index bf5e2c89ca..46d37c4345 100644
--- a/test/Index/index-decls.m
+++ b/test/Index/index-decls.m
@@ -26,7 +26,7 @@ __attribute__((something)) @interface I2 @end
}
@end
-// RUN: c-index-test -index-file %s > %t
+// RUN: c-index-test -index-file %s -target x86_64-apple-macosx10.7 > %t
// RUN: FileCheck %s -input-file=%t
// CHECK: [indexDeclaration]: kind: objc-class | name: I | {{.*}} | loc: 1:12
// CHECK: [indexDeclaration]: kind: objc-instance-method | name: prop | {{.*}} | loc: 3:2