diff options
Diffstat (limited to 'clang/test/SemaObjC/protocol-implementation-inherited.m')
-rw-r--r-- | clang/test/SemaObjC/protocol-implementation-inherited.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/SemaObjC/protocol-implementation-inherited.m b/clang/test/SemaObjC/protocol-implementation-inherited.m index 42c49958098..1aace211c84 100644 --- a/clang/test/SemaObjC/protocol-implementation-inherited.m +++ b/clang/test/SemaObjC/protocol-implementation-inherited.m @@ -1,4 +1,4 @@ -// RUN: clang -fsyntax-only -verify %s +// RUN: clang-cc -fsyntax-only -verify %s @protocol P0 -bar; |