diff options
Diffstat (limited to 'clang/test/Sema/attr-section.c')
-rw-r--r-- | clang/test/Sema/attr-section.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Sema/attr-section.c b/clang/test/Sema/attr-section.c index c61ed80cbf7..20ae2e3547b 100644 --- a/clang/test/Sema/attr-section.c +++ b/clang/test/Sema/attr-section.c @@ -1,4 +1,4 @@ -// RUN: clang-cc -verify -fsyntax-only -triple x86_64-apple-darwin9 %s +// RUN: %clang_cc1 -verify -fsyntax-only -triple x86_64-apple-darwin9 %s int x __attribute__((section( 42))); // expected-error {{argument to section attribute was not a string literal}} |