dwrite/tests: Remove failing test line, we have skips for this now.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Nikolay Sivov 2016-02-05 08:33:13 +03:00 committed by Alexandre Julliard
parent 94aee7a738
commit c506a52fac

View file

@ -3215,7 +3215,6 @@ static BOOL get_enus_string(IDWriteLocalizedStrings *strings, WCHAR *buff, UINT3
hr = IDWriteLocalizedStrings_FindLocaleName(strings, enusW, &index, &exists);
ok(hr == S_OK, "got 0x%08x\n", hr);
ok(exists, "got %d\n", exists);
if (exists) {
hr = IDWriteLocalizedStrings_GetString(strings, index, buff, size);