[cfe-commits] r104027 - /cfe/trunk/test/FixIt/typo.m
Douglas Gregor
dgregor at apple.com
Tue May 18 09:57:36 PDT 2010
Author: dgregor
Date: Tue May 18 11:57:36 2010
New Revision: 104027
URL: http://llvm.org/viewvc/llvm-project?rev=104027&view=rev
Log:
Fix typo test case
Modified:
cfe/trunk/test/FixIt/typo.m
Modified: cfe/trunk/test/FixIt/typo.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/FixIt/typo.m?rev=104027&r1=104026&r2=104027&view=diff
==============================================================================
--- cfe/trunk/test/FixIt/typo.m (original)
+++ cfe/trunk/test/FixIt/typo.m Tue May 18 11:57:36 2010
@@ -136,7 +136,7 @@
@end
@implementation User
- at synthesize ivar; // expected-error{{synthesized property 'ivar' must either be named the same as a compatible ivar or must explicitly name an ivar}}
+ at synthesize ivar;
- (void)method {
// Test that we don't correct 'ivar' to 'Ivar' e
More information about the cfe-commits
mailing list