diff options
Diffstat (limited to 'clang/test/SemaObjC/protocol-expr-1.m')
-rw-r--r-- | clang/test/SemaObjC/protocol-expr-1.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/SemaObjC/protocol-expr-1.m b/clang/test/SemaObjC/protocol-expr-1.m index 94a0d9e3e8b..5ff3db474c7 100644 --- a/clang/test/SemaObjC/protocol-expr-1.m +++ b/clang/test/SemaObjC/protocol-expr-1.m @@ -1,7 +1,7 @@ // RUN: %clang_cc1 -fsyntax-only -verify %s // expected-no-diagnostics -@protocol fproto; +@protocol fproto @end @protocol p1 @end |