Fix typo test case

llvm-svn: 104027
This commit is contained in:
Douglas Gregor 2010-05-18 16:57:36 +00:00
parent a941dcae16
commit 8b6be164d6
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ double *isupper(int);
@end
@implementation User
@synthesize ivar; // expected-error{{synthesized property 'ivar' must either be named the same as a compatible ivar or must explicitly name an ivar}}
@synthesize ivar;
- (void)method {
// Test that we don't correct 'ivar' to 'Ivar' e