diff options
Diffstat (limited to 'test/SemaObjC/protocol-implementation-inherited.m')
-rw-r--r-- | test/SemaObjC/protocol-implementation-inherited.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/SemaObjC/protocol-implementation-inherited.m b/test/SemaObjC/protocol-implementation-inherited.m index c333bb5..45010d5 100644 --- a/test/SemaObjC/protocol-implementation-inherited.m +++ b/test/SemaObjC/protocol-implementation-inherited.m @@ -1,4 +1,5 @@ // RUN: %clang_cc1 -fsyntax-only -verify %s +// expected-no-diagnostics @protocol P0 -bar; |