summaryrefslogtreecommitdiffstats
path: root/test/Parser/check-syntax-1.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/Parser/check-syntax-1.m')
-rw-r--r--test/Parser/check-syntax-1.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Parser/check-syntax-1.m b/test/Parser/check-syntax-1.m
index db37793..0ae0c5d 100644
--- a/test/Parser/check-syntax-1.m
+++ b/test/Parser/check-syntax-1.m
@@ -6,7 +6,7 @@ int @interface bla ; // expected-error {{cannot combine with previous 'int' dec
typedef float CGFloat;
@interface XNSNumber
+ (XNSNumber *) numberWithCGFloat : (CGFloat) float; // expected-error {{expected identifier}} \
- // expected-error {{ expected ';' after method prototype}}
+ // expected-error {{expected ';' after method prototype}}
@end
// rdar: // 7822196
OpenPOWER on IntegriCloud