forked from OSchip/llvm-project
[libclang] Add a triple to test/Index/index-decls.m
llvm-svn: 158192
This commit is contained in:
parent
64f20ed5a1
commit
bce6d51a4b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue