diff --git a/dlls/comctl32/tests/header.c b/dlls/comctl32/tests/header.c index 2069df0070c..92a571489c6 100644 --- a/dlls/comctl32/tests/header.c +++ b/dlls/comctl32/tests/header.c @@ -1309,7 +1309,7 @@ static void test_customdraw(void) GetClientRect(hWndHeader, &rect); ok(rect.right - rect.left == 670 && rect.bottom - rect.top == 18, "Tests will fail as header size is %dx%d instead of 670x18\n", - rect.right - rect.left == 670, rect.bottom - rect.top == 18); + rect.right - rect.left, rect.bottom - rect.top); for (i = 0; i < 3; i++) {