diff options
Diffstat (limited to 'clang/test/SemaObjC/protocol-test-2.m')
-rw-r--r-- | clang/test/SemaObjC/protocol-test-2.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/SemaObjC/protocol-test-2.m b/clang/test/SemaObjC/protocol-test-2.m index e5fff2da630..a882809f1c7 100644 --- a/clang/test/SemaObjC/protocol-test-2.m +++ b/clang/test/SemaObjC/protocol-test-2.m @@ -1,4 +1,4 @@ -// RUN: clang -fsyntax-only -verify %s +// RUN: clang-cc -fsyntax-only -verify %s @interface INTF1 @end |