]> granicus.if.org Git - clang/commitdiff
fixes radar no. in this test.
authorFariborz Jahanian <fjahanian@apple.com>
Tue, 29 May 2012 19:59:25 +0000 (19:59 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Tue, 29 May 2012 19:59:25 +0000 (19:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@157642 91177308-0d34-0410-b5e6-96231b3b80d8

test/SemaObjC/property-impl-misuse.m

index 1d3d64ce31697e9b3df870a0d4fc1a5d6c709256..a5e1dd6b90432458ae04472dbab3a6aa0952ed6a 100644 (file)
@@ -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}}