diff options
Diffstat (limited to 'test/SemaObjC/protocol-lookup.m')
-rw-r--r-- | test/SemaObjC/protocol-lookup.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaObjC/protocol-lookup.m b/test/SemaObjC/protocol-lookup.m index 87655bd..b2b354b 100644 --- a/test/SemaObjC/protocol-lookup.m +++ b/test/SemaObjC/protocol-lookup.m @@ -1,4 +1,4 @@ -// RUN: clang-cc -fsyntax-only -verify %s +// RUN: clang -cc1 -fsyntax-only -verify %s @protocol NSObject - retain; - release; |