]> granicus.if.org Git - clang/commitdiff
Fix typo test case
authorDouglas Gregor <dgregor@apple.com>
Tue, 18 May 2010 16:57:36 +0000 (16:57 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 18 May 2010 16:57:36 +0000 (16:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@104027 91177308-0d34-0410-b5e6-96231b3b80d8

test/FixIt/typo.m

index 11447620deb3442c44a03d023c5e13a66d538876..7197bc746d127022be9e717046898065c4539725 100644 (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