diff options
Diffstat (limited to 'test/Parser/check-syntax-1.m')
-rw-r--r-- | test/Parser/check-syntax-1.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Parser/check-syntax-1.m b/test/Parser/check-syntax-1.m index af1b7a8..8ad2072 100644 --- a/test/Parser/check-syntax-1.m +++ b/test/Parser/check-syntax-1.m @@ -1,4 +1,4 @@ -// RUN: clang-cc -fsyntax-only -verify %s +// RUN: clang -cc1 -fsyntax-only -verify %s int @interface bla ; // expected-error {{cannot combine with previous 'int' declaration specifier}} @end |