diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2012-08-21 22:21:43 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2012-08-21 22:21:43 +0000 |
commit | 21db19915aebd997f979279e755d932bb981eb43 (patch) | |
tree | 4ad61c0a669b3b254cafcf3c94dc69e7bf6bf133 | |
parent | 38c71d38e1b2a5f71c086b9c2efa9e8e69fa1bb5 (diff) |
make test pass on linux platforms.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@162324 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/SemaObjC/property-in-class-extension-1.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/SemaObjC/property-in-class-extension-1.m b/test/SemaObjC/property-in-class-extension-1.m index fb02157c7e..dfa5e718a4 100644 --- a/test/SemaObjC/property-in-class-extension-1.m +++ b/test/SemaObjC/property-in-class-extension-1.m @@ -1,5 +1,5 @@ -// RUN: %clang_cc1 -fsyntax-only -verify -Weverything %s -// RUN: %clang_cc1 -x objective-c++ -fsyntax-only -verify -Weverything %s +// RUN: %clang_cc1 -fsyntax-only -triple x86_64-apple-darwin11 -fobjc-runtime-has-weak -verify -Weverything %s +// RUN: %clang_cc1 -x objective-c++ -triple x86_64-apple-darwin11 -fobjc-runtime-has-weak -fsyntax-only -verify -Weverything %s // rdar://12103400 @class NSString; |