diff options
Diffstat (limited to 'clang/test/SemaObjC/property-category-2.m')
-rw-r--r-- | clang/test/SemaObjC/property-category-2.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/SemaObjC/property-category-2.m b/clang/test/SemaObjC/property-category-2.m index c245e36819c..6a3883a35b7 100644 --- a/clang/test/SemaObjC/property-category-2.m +++ b/clang/test/SemaObjC/property-category-2.m @@ -1,4 +1,4 @@ -// RUN: clang-cc -fsyntax-only -verify %s +// RUN: clang -cc1 -fsyntax-only -verify %s // Test that a property can be synthesize in a category // implementation with no error. |