diff options
Diffstat (limited to 'test/SemaObjC/enhanced-proto-2.m')
-rw-r--r-- | test/SemaObjC/enhanced-proto-2.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/SemaObjC/enhanced-proto-2.m b/test/SemaObjC/enhanced-proto-2.m index 28b03d93e2d22..352f29160e530 100644 --- a/test/SemaObjC/enhanced-proto-2.m +++ b/test/SemaObjC/enhanced-proto-2.m @@ -1,4 +1,5 @@ // RUN: %clang_cc1 -verify -Wno-objc-root-class %s +// expected-no-diagnostics @protocol MyProto1 @optional |