diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2014-11-08 00:23:55 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2014-11-08 00:23:55 +0000 |
commit | e531d27cd13fa11d88deee18ae4256bca528ac07 (patch) | |
tree | e04ab8716c8035e22625bc68b8a90548efdcc56a /clang/test/SemaObjC | |
parent | 264ea15e195fa8494128303161efdc7c3ac919f2 (diff) | |
download | bcm5719-llvm-e531d27cd13fa11d88deee18ae4256bca528ac07.tar.gz bcm5719-llvm-e531d27cd13fa11d88deee18ae4256bca528ac07.zip |
Fixed a buildbot failure.
llvm-svn: 221568
Diffstat (limited to 'clang/test/SemaObjC')
-rw-r--r-- | clang/test/SemaObjC/attr-deprecated.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/SemaObjC/attr-deprecated.m b/clang/test/SemaObjC/attr-deprecated.m index 20d8c1066eb..d98fec1764b 100644 --- a/clang/test/SemaObjC/attr-deprecated.m +++ b/clang/test/SemaObjC/attr-deprecated.m @@ -1,5 +1,5 @@ -// RUN: %clang_cc1 -fsyntax-only -verify -Wno-objc-root-class %s -// RUN: %clang_cc1 -x objective-c++ -fsyntax-only -verify -Wno-objc-root-class %s +// RUN: %clang_cc1 -fsyntax-only -triple x86_64-apple-darwin10.4 -verify -Wno-objc-root-class %s +// RUN: %clang_cc1 -x objective-c++ -fsyntax-only -triple x86_64-apple-darwin10.4 -verify -Wno-objc-root-class %s @interface A { int X __attribute__((deprecated)); // expected-note 2 {{'X' has been explicitly marked deprecated here}} |