diff options
Diffstat (limited to 'clang/test/SemaObjC/enhanced-proto-2.m')
-rw-r--r-- | clang/test/SemaObjC/enhanced-proto-2.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/SemaObjC/enhanced-proto-2.m b/clang/test/SemaObjC/enhanced-proto-2.m index 0450d7ba9de..a83ef23afd5 100644 --- a/clang/test/SemaObjC/enhanced-proto-2.m +++ b/clang/test/SemaObjC/enhanced-proto-2.m @@ -1,4 +1,4 @@ -// RUN: clang-cc -verify %s +// RUN: clang -cc1 -verify %s @protocol MyProto1 @optional |