diff options
Diffstat (limited to 'test/Sema/attr-ifunc.c')
-rw-r--r-- | test/Sema/attr-ifunc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/attr-ifunc.c b/test/Sema/attr-ifunc.c index 8f9c22f84927..16fd0dfc9820 100644 --- a/test/Sema/attr-ifunc.c +++ b/test/Sema/attr-ifunc.c @@ -5,7 +5,7 @@ #if defined(_WIN32) void foo() {} void bar() __attribute__((ifunc("foo"))); -//expected-warning@-1 {{'ifunc' attribute ignored}} +//expected-warning@-1 {{unknown attribute 'ifunc' ignored}} #else #if defined(CHECK_ALIASES) |