diff options
Diffstat (limited to 'test/SemaObjC/argument-checking.m')
-rw-r--r-- | test/SemaObjC/argument-checking.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaObjC/argument-checking.m b/test/SemaObjC/argument-checking.m index 1b6c10d29c6b..c4ada44c5122 100644 --- a/test/SemaObjC/argument-checking.m +++ b/test/SemaObjC/argument-checking.m @@ -1,4 +1,4 @@ -// RUN: clang-cc -fsyntax-only -verify -pedantic %s +// RUN: clang -cc1 -fsyntax-only -verify -pedantic %s struct S { int a; }; |