diff options
Diffstat (limited to 'test/SemaObjC/protocol-qualified-class-unsupported.m')
-rw-r--r-- | test/SemaObjC/protocol-qualified-class-unsupported.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaObjC/protocol-qualified-class-unsupported.m b/test/SemaObjC/protocol-qualified-class-unsupported.m index 6e344c1..e4e12d6 100644 --- a/test/SemaObjC/protocol-qualified-class-unsupported.m +++ b/test/SemaObjC/protocol-qualified-class-unsupported.m @@ -1,4 +1,4 @@ -// RUN: clang-cc -fsyntax-only -verify %s +// RUN: clang -cc1 -fsyntax-only -verify %s #include <stddef.h> |