diff options
Diffstat (limited to 'test/SemaObjC/protocol-id-test-1.m')
-rw-r--r-- | test/SemaObjC/protocol-id-test-1.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaObjC/protocol-id-test-1.m b/test/SemaObjC/protocol-id-test-1.m index 765500e10d..4e636d7e1c 100644 --- a/test/SemaObjC/protocol-id-test-1.m +++ b/test/SemaObjC/protocol-id-test-1.m @@ -12,5 +12,5 @@ @end @implementation INTF -- (void)IMeth {INTF<P> *pi; [pi Meth]; } // expected-warning {{method '-Meth' not found in protocol (return type defaults to 'id')}} +- (void)IMeth {INTF<P> *pi; [pi Meth]; } // expected-warning {{method '-Meth' not found (return type defaults to 'id')}} @end |