diff options
Diffstat (limited to 'test/Sema/attr-section.c')
-rw-r--r-- | test/Sema/attr-section.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/attr-section.c b/test/Sema/attr-section.c index 69ca732..396892a1 100644 --- a/test/Sema/attr-section.c +++ b/test/Sema/attr-section.c @@ -1,7 +1,7 @@ // 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}} + 42))); // expected-error {{'section' attribute requires a string}} // rdar://4341926 |