[cfe-commits] r157642 - /cfe/trunk/test/SemaObjC/property-impl-misuse.m

Fariborz Jahanian fjahanian at apple.com
Tue May 29 12:59:25 PDT 2012


Author: fjahanian
Date: Tue May 29 14:59:25 2012
New Revision: 157642

URL: http://llvm.org/viewvc/llvm-project?rev=157642&view=rev
Log:
fixes radar no. in this test.


Modified:
    cfe/trunk/test/SemaObjC/property-impl-misuse.m

Modified: cfe/trunk/test/SemaObjC/property-impl-misuse.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/SemaObjC/property-impl-misuse.m?rev=157642&r1=157641&r2=157642&view=diff
==============================================================================
--- cfe/trunk/test/SemaObjC/property-impl-misuse.m (original)
+++ cfe/trunk/test/SemaObjC/property-impl-misuse.m Tue May 29 14:59:25 2012
@@ -35,8 +35,8 @@
 }
 @end
 
-// rdar://1105153
- at interface rdar1105153
+// rdar://11054153
+ at interface rdar11054153
 @property int P; // expected-error {{type of property 'P' ('int') does not match type of accessor 'P' ('void')}}
 - (void)P; // expected-note {{declared here}}
 





More information about the cfe-commits mailing list