diff options
Diffstat (limited to 'test/Sema/constructor-attribute.c')
-rw-r--r-- | test/Sema/constructor-attribute.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/constructor-attribute.c b/test/Sema/constructor-attribute.c index bf876f344a8f5..3dfbbcbe281cb 100644 --- a/test/Sema/constructor-attribute.c +++ b/test/Sema/constructor-attribute.c @@ -1,4 +1,4 @@ -// RUN: clang-cc -fsyntax-only -verify %s +// RUN: %clang_cc1 -fsyntax-only -verify %s int x __attribute__((constructor)); // expected-warning {{'constructor' attribute only applies to function types}} int f() __attribute__((constructor)); |