diff options
Diffstat (limited to 'test/SemaObjC/alias-test-2.m')
-rw-r--r-- | test/SemaObjC/alias-test-2.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaObjC/alias-test-2.m b/test/SemaObjC/alias-test-2.m index e0baf4e..976e2a3 100644 --- a/test/SemaObjC/alias-test-2.m +++ b/test/SemaObjC/alias-test-2.m @@ -1,4 +1,4 @@ -// RUN: clang-cc -fsyntax-only -verify %s +// RUN: clang -cc1 -fsyntax-only -verify %s // Note: GCC doesn't produce any of the following errors. @interface Super @end // expected-note {{previous definition is here}} |