usp10/tests: Fix a typo in ok() message.
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com> Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
00d232fff4
commit
743eec6d5e
|
@ -3349,7 +3349,7 @@ static void test_ScriptCacheGetHeight(HDC hdc)
|
|||
|
||||
height = 123;
|
||||
hr = ScriptCacheGetHeight(hdc, NULL, &height);
|
||||
ok(hr == E_INVALIDARG, "Uexpected hr %#x.\n", hr);
|
||||
ok(hr == E_INVALIDARG, "Unexpected hr %#x.\n", hr);
|
||||
ok(height == 123, "Unexpected height.\n");
|
||||
|
||||
memset(&tm, 0, sizeof(tm));
|
||||
|
|
Loading…
Reference in New Issue