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
-@interface rdar1105153
+// rdar://11054153
+@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}}
 


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to