r221568 - Fixed a buildbot failure.
Fariborz Jahanian
fjahanian at apple.com
Fri Nov 7 16:23:55 PST 2014
Author: fjahanian
Date: Fri Nov 7 18:23:55 2014
New Revision: 221568
URL: http://llvm.org/viewvc/llvm-project?rev=221568&view=rev
Log:
Fixed a buildbot failure.
Modified:
cfe/trunk/test/SemaObjC/attr-deprecated.m
Modified: cfe/trunk/test/SemaObjC/attr-deprecated.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/SemaObjC/attr-deprecated.m?rev=221568&r1=221567&r2=221568&view=diff
==============================================================================
--- cfe/trunk/test/SemaObjC/attr-deprecated.m (original)
+++ cfe/trunk/test/SemaObjC/attr-deprecated.m Fri Nov 7 18:23:55 2014
@@ -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}}
More information about the cfe-commits
mailing list