diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2013-05-01 17:58:21 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2013-05-01 17:58:21 +0000 |
commit | f1d6d1460449da0fc8f4db182ffa0ef6a0038b18 (patch) | |
tree | 075a896fa0133955e14c9ec19c59b15f7ae20b44 | |
parent | 40a06bc898425b2bba37dfd3e83a054cd3278d3d (diff) |
Fix buildbot yet again. // rdar://13757500.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@180863 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Index/comment-unqualified-objc-pointer.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Index/comment-unqualified-objc-pointer.m b/test/Index/comment-unqualified-objc-pointer.m index 4a5ce51e0a..2378845f9b 100644 --- a/test/Index/comment-unqualified-objc-pointer.m +++ b/test/Index/comment-unqualified-objc-pointer.m @@ -1,6 +1,6 @@ // RUN: rm -rf %t // RUN: mkdir %t -// RUN: c-index-test -test-load-source all -comments-xml-schema=%S/../../bindings/xml/comment-xml-schema.rng -fobjc-default-synthesize-properties -fobjc-arc %s > %t/out +// RUN: c-index-test -test-load-source all -comments-xml-schema=%S/../../bindings/xml/comment-xml-schema.rng -target x86_64-apple-darwin10 -fobjc-default-synthesize-properties -fobjc-arc %s > %t/out // RUN: FileCheck %s < %t/out // rdar://13757500 |