diff options
author | Douglas Gregor <dgregor@apple.com> | 2009-09-25 06:44:41 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2009-09-25 06:44:41 +0000 |
commit | d781a39b9ecc273e9d64cf8b327dcf7efd287e7f (patch) | |
tree | f95944cdc0e274b9d5051671e1c7790cdcfe71d3 | |
parent | ac47bc76feafdb1d935cc9f1f9bd42e711d0f9d8 (diff) |
Don't look for __builtin_va_list; it isn't present for all targets
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@82757 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Index/c-index-api-test.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Index/c-index-api-test.m b/test/Index/c-index-api-test.m index d4c6006b90..5eb1df7895 100644 --- a/test/Index/c-index-api-test.m +++ b/test/Index/c-index-api-test.m @@ -6,7 +6,7 @@ // CHECK: <invalid loc>:0:0: ObjCInterfaceDecl=Protocol [Context=c-index-api-test.m] // CHECK: <invalid loc>:0:0: TypedefDecl=id [Context=c-index-api-test.m] // CHECK: <invalid loc>:0:0: TypedefDecl=Class [Context=c-index-api-test.m] -// CHECK: <built-in>:75:15: TypedefDecl=__builtin_va_list [Context=c-index-api-test.m] +// @interface Foo { |