summaryrefslogtreecommitdiffstats
path: root/test/Parser/method-def-in-class.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/Parser/method-def-in-class.m')
-rw-r--r--test/Parser/method-def-in-class.m11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/Parser/method-def-in-class.m b/test/Parser/method-def-in-class.m
index 490c055..476ab9b 100644
--- a/test/Parser/method-def-in-class.m
+++ b/test/Parser/method-def-in-class.m
@@ -7,19 +7,8 @@
}
@end
-@interface B
--(id) f0 { // expected-error {{expected ';' after method prototype}}
- assert(0);
-@end
-
@interface C
- (id) f0 { // expected-error {{expected ';' after method prototype}}
assert(0);
};
@end
-
-@interface D
-- (id) f0 { // expected-error {{expected ';' after method prototype}}
- assert(0);
-@property int P;
-@end
OpenPOWER on IntegriCloud