diff options
Diffstat (limited to 'clang/test/CodeGen/mrtd.c')
-rw-r--r-- | clang/test/CodeGen/mrtd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/mrtd.c b/clang/test/CodeGen/mrtd.c index 79cd490084f..9bc485d3f35 100644 --- a/clang/test/CodeGen/mrtd.c +++ b/clang/test/CodeGen/mrtd.c @@ -3,7 +3,7 @@ // prototype-less __stdcall functions are only allowed in system headers. # 1 "fake_system_header.h" 1 3 4 -// CHECK: fake_system_header.h:9:3: warning: function with no prototype cannot use stdcall calling convention +// CHECK: fake_system_header.h:9:3: warning: function with no prototype cannot use the callee-cleanup stdcall calling convention void baz(int arg); |