Fix typo test case

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@104027 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/FixIt/typo.m b/test/FixIt/typo.m
index 1144762..7197bc7 100644
--- a/test/FixIt/typo.m
+++ b/test/FixIt/typo.m
@@ -136,7 +136,7 @@
 @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