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 6815df72b87..ecd1237aad8 100644 --- a/clang/test/Parser/attributes.c +++ b/clang/test/Parser/attributes.c @@ -1,4 +1,4 @@ -// RUN: clang -parse-ast-check %s -pedantic +// RUN: clang -parse-ast -verify %s -pedantic static __inline void __attribute__((__always_inline__, __nodebug__)) // expected-warning {{extension used}} foo (void) |