diff options
Diffstat (limited to 'test/SemaObjC/super.m')
| -rw-r--r-- | test/SemaObjC/super.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/SemaObjC/super.m b/test/SemaObjC/super.m index 9afd4eb983c57..83842afb9c3f2 100644 --- a/test/SemaObjC/super.m +++ b/test/SemaObjC/super.m @@ -21,6 +21,7 @@ + classMethod { [super cMethod]; // expected-warning{{method '+cMethod' not found (return type defaults to 'id')}} + return 0; } @end |
