Commit 7b8b17dd authored by Florian Köberle's avatar Florian Köberle Committed by Alexandre Julliard

user32/tests: Fixed error message.

parent f2235ef3
......@@ -5258,7 +5258,7 @@ static LRESULT WINAPI test_thick_child_size_winproc(HWND hwnd, UINT msg, WPARAM
actualMaxSizeX = minmax->ptMaxSize.x;
actualMaxSizeY = minmax->ptMaxSize.y;
ok(actualMaxSizeX == expectedMaxSizeX && actualMaxSizeY == expectedMaxSizeY,
"expected maxTrack %dx%d, actual maxTrack %dx%d\n",
"expected maxSize %dx%d, actual maxSize %dx%d\n",
expectedMaxSizeX, expectedMaxSizeY, actualMaxSizeX, actualMaxSizeY);
expectedPosX = - getExpectedThickChildInc();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment