Module: wine Branch: master Commit: c506a52fac695f820791cbcf21eff65804b82cd9 URL: http://source.winehq.org/git/wine.git/?a=commit;h=c506a52fac695f820791cbcf21...
Author: Nikolay Sivov nsivov@codeweavers.com Date: Fri Feb 5 08:33:13 2016 +0300
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
---
dlls/dwrite/tests/layout.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/dlls/dwrite/tests/layout.c b/dlls/dwrite/tests/layout.c index aed5e02..04e3ee0 100644 --- a/dlls/dwrite/tests/layout.c +++ b/dlls/dwrite/tests/layout.c @@ -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);