diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2013-05-01 17:47:05 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2013-05-01 17:47:05 +0000 |
commit | 0a50662f8b8dfdd8f7dada7db29d123bf674df25 (patch) | |
tree | eb13123ff2d0fd39c20252d3fb6bae586f23aaf9 /clang/test/Index/comment-unqualified-objc-pointer.m | |
parent | 9e0758442e2715c07c362ec48630acaf1117b7a6 (diff) | |
download | bcm5719-llvm-0a50662f8b8dfdd8f7dada7db29d123bf674df25.tar.gz bcm5719-llvm-0a50662f8b8dfdd8f7dada7db29d123bf674df25.zip |
attempt to fix the buildbot failure.
llvm-svn: 180861
Diffstat (limited to 'clang/test/Index/comment-unqualified-objc-pointer.m')
-rw-r--r-- | clang/test/Index/comment-unqualified-objc-pointer.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Index/comment-unqualified-objc-pointer.m b/clang/test/Index/comment-unqualified-objc-pointer.m index 5d48eb0ae2c..4a5ce51e0a0 100644 --- a/clang/test/Index/comment-unqualified-objc-pointer.m +++ b/clang/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-arc %s > %t/out +// 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: FileCheck %s < %t/out // rdar://13757500 |