dwrite/tests: Fix a typo in ok() message.

Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Andrey Gusev 2017-10-12 14:21:26 +03:00 committed by Alexandre Julliard
parent 70b8a2f86b
commit de4e3dda47
1 changed files with 1 additions and 1 deletions

View File

@ -4771,7 +4771,7 @@ static void test_FontFallbackBuilder(void)
ok(hr == E_INVALIDARG, "got 0x%08x\n", hr);
hr = IDWriteFontFallbackBuilder_AddMapping(builder, &range, 1, &familyW, 1, NULL, NULL, NULL, 0.0f);
ok(hr == S_OK, "Unexected hr %#x.\n", hr);
ok(hr == S_OK, "Unexpected hr %#x.\n", hr);
/* empty range */
range.first = range.last = 0;