From: Esme Povirk esme@codeweavers.com
--- 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 );