Module: wine Branch: master Commit: 338cb1261b0b722ebba8280ad97eef892aeb0fa5 URL: https://gitlab.winehq.org/wine/wine/-/commit/338cb1261b0b722ebba8280ad97eef8...
Author: Esme Povirk esme@codeweavers.com Date: Sat Sep 30 13:02:39 2023 -0500
user32/tests: Print regions in test_hvredraw failure case.
---
dlls/user32/tests/msg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/user32/tests/msg.c b/dlls/user32/tests/msg.c index 10240b18826..ae0e6f3de56 100644 --- a/dlls/user32/tests/msg.c +++ b/dlls/user32/tests/msg.c @@ -9661,7 +9661,7 @@ static void subtest_hvredraw(HWND hparent, UINT class_style, DWORD style) rgn_ok = EqualRgn( hrgn_expect, hrgn_actual ); ok( !!rgn_ok, "Update region shall match expected region\n" );
- if (!rgn_ok && winetest_debug > 1) + if (!rgn_ok) { trace( "Expected update region: " ); dump_region( hrgn_expect );