diff options
Diffstat (limited to 'test/SemaObjC/no-warn-synth-protocol-meth.m')
-rw-r--r-- | test/SemaObjC/no-warn-synth-protocol-meth.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/SemaObjC/no-warn-synth-protocol-meth.m b/test/SemaObjC/no-warn-synth-protocol-meth.m index 103f6bbd02ed4..cdb855e154731 100644 --- a/test/SemaObjC/no-warn-synth-protocol-meth.m +++ b/test/SemaObjC/no-warn-synth-protocol-meth.m @@ -1,4 +1,5 @@ // RUN: %clang_cc1 -fsyntax-only -verify -Wno-objc-root-class %s +// expected-no-diagnostics @protocol CYCdef - (int)name; |