diff options
Diffstat (limited to 'test/SemaObjC/string.m')
-rw-r--r-- | test/SemaObjC/string.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/SemaObjC/string.m b/test/SemaObjC/string.m index 3c09c3c..077ba7d 100644 --- a/test/SemaObjC/string.m +++ b/test/SemaObjC/string.m @@ -1,5 +1,5 @@ -// RUN: clang-cc %s -verify -fsyntax-only -// RUN: clang-cc %s -verify -fsyntax-only -DDECLAREIT +// RUN: clang -cc1 %s -verify -fsyntax-only +// RUN: clang -cc1 %s -verify -fsyntax-only -DDECLAREIT // a declaration of NSConstantString is not required. #ifdef DECLAREIT |