Skip to content
Snippets Groups Projects
Commit d4e7e22a authored by Argyrios Kyrtzidis's avatar Argyrios Kyrtzidis
Browse files

[libclang] Fix non-darwin buildbots.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@143477 91177308-0d34-0410-b5e6-96231b3b80d8
parent 05053216
No related branches found
No related tags found
No related merge requests found
// RUN: c-index-test -test-load-source-usrs all %s | FileCheck %s
static inline int my_helper(int x, int y) { return x + y; }
......@@ -88,6 +88,7 @@ int test_multi_declaration(void) {
@property (assign) id pro_ext;
@end
// RUN: c-index-test -test-load-source-usrs all -ccc-host-triple x86_64-apple-macosx10.7 %s | FileCheck %s
// CHECK: usrs.m c:usrs.m@67@F@my_helper Extent=[3:1 - 3:60]
// CHECK: usrs.m c:usrs.m@95@F@my_helper@x Extent=[3:29 - 3:34]
// CHECK: usrs.m c:usrs.m@102@F@my_helper@y Extent=[3:36 - 3:41]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment