diff options
Diffstat (limited to 'clang/test/Parser/attributes.c')
-rw-r--r-- | clang/test/Parser/attributes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Parser/attributes.c b/clang/test/Parser/attributes.c index d7fc35d92b3..37fa0ca1d36 100644 --- a/clang/test/Parser/attributes.c +++ b/clang/test/Parser/attributes.c @@ -1,4 +1,4 @@ -// RUN: clang -fsyntax-only -verify %s -pedantic -std=c99 +// RUN: clang-cc -fsyntax-only -verify %s -pedantic -std=c99 int __attribute__(()) x; // expected-warning {{extension used}} |