]> granicus.if.org Git - clang/commitdiff
Fixing the build bots from the previous commit.
authorAaron Ballman <aaron@aaronballman.com>
Tue, 23 Jul 2013 15:21:34 +0000 (15:21 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Tue, 23 Jul 2013 15:21:34 +0000 (15:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@186947 91177308-0d34-0410-b5e6-96231b3b80d8

test/SemaObjC/arc-unavailable-for-weakref.m
test/SemaObjC/attr-root-class.m
test/SemaObjC/default-synthesize-3.m

index 516611f9f8fba8057400879b0ebc5a8033d65565..ba55f707675f8b8506ce369626ad5d00a8b7b993 100644 (file)
@@ -87,6 +87,6 @@ __attribute__((objc_arc_weak_reference_unavailable))
 @synthesize font = _font;
 @end
 
-__attribute__((objc_arc_weak_reference_unavailable(1)))        // expected-error {{attribute 'objc_arc_weak_reference_unavailable' takes no arguments}}
+__attribute__((objc_arc_weak_reference_unavailable(1)))        // expected-error {{attribute takes no arguments}}
 @interface I3
 @end
index a21aefd712ffeebc79bc177514c4c75233c9ceda..ecfcec0000fed127cb1d21d834e091e12b069bc4 100644 (file)
@@ -15,6 +15,6 @@ __attribute__((objc_root_class)) static void nonClassDeclaration()  // expected-
 {
 }
 
-__attribute__((objc_root_class(1))) // expected-error {{attribute 'objc_root_class' takes no arguments}}
+__attribute__((objc_root_class(1))) // expected-error {{attribute takes no arguments}}
 @interface I1
 @end
index e41a7d30cc75f019be9877f79388fde1ca237352..0e1da47364b9d0a71fd130ed706273b03c0aac2d 100644 (file)
@@ -154,6 +154,6 @@ __attribute ((objc_requires_property_definitions)) // expected-error {{objc_requ
 @synthesize failureCount = _failureCount;
 @end
 
-__attribute ((objc_requires_property_definitions(1))) // expected-error {{attribute 'objc_requires_property_definitions' takes no arguments}}
+__attribute ((objc_requires_property_definitions(1))) // expected-error {{attribute takes no arguments}}
 @interface I1
 @end