summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/pr25786.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Sema/pr25786.c')
-rw-r--r--clang/test/Sema/pr25786.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Sema/pr25786.c b/clang/test/Sema/pr25786.c
index bfc2b35ede2..f79d8144716 100644
--- a/clang/test/Sema/pr25786.c
+++ b/clang/test/Sema/pr25786.c
@@ -2,8 +2,8 @@
// RUN: %clang_cc1 -triple i686-unknown-linux-gnu -fsyntax-only -verify %s
#if TEST
-void (__attribute__((regparm(3), stdcall)) *pf) (); //expected-warning {{'stdcall' calling convention ignored for this target}}
-void (__attribute__((regparm(2), stdcall)) foo)(int a) { //expected-warning {{'stdcall' calling convention ignored for this target}}
+void (__attribute__((regparm(3), stdcall)) *pf) (); //expected-warning {{'stdcall' calling convention is not supported for this target}}
+void (__attribute__((regparm(2), stdcall)) foo)(int a) { //expected-warning {{'stdcall' calling convention is not supported for this target}}
}
#else
//expected-no-diagnostics
OpenPOWER on IntegriCloud