diff options
Diffstat (limited to 'clang/test/SemaObjC/protocol-forward-circular.m')
-rw-r--r-- | clang/test/SemaObjC/protocol-forward-circular.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/SemaObjC/protocol-forward-circular.m b/clang/test/SemaObjC/protocol-forward-circular.m index 836d5b23507..40da96e0961 100644 --- a/clang/test/SemaObjC/protocol-forward-circular.m +++ b/clang/test/SemaObjC/protocol-forward-circular.m @@ -1,4 +1,4 @@ -// RUN: clang -fsyntax-only -verify %s +// RUN: clang-cc -fsyntax-only -verify %s @protocol B; @protocol C < B > // expected-warning{{cannot find protocol definition for 'B'}} // expected-note{{previous definition is here}} |