fixes radar no. in this test.

llvm-svn: 157642
This commit is contained in:
Fariborz Jahanian 2012-05-29 19:59:25 +00:00
parent b5dd2cb13c
commit 836914c0aa
1 changed files with 2 additions and 2 deletions

View 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}}