Commit d7d276c3 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

dwrite/tests: Enable glyph class tests on Wine.

parent 5c912972
......@@ -1748,9 +1748,6 @@ if (0) {
IDWriteFontFace_Release(fontface);
/* Test setting glyph properties from GDEF. */
if (strcmp(winetest_platform, "wine"))
{
hr = IDWriteFactory_GetSystemFontCollection(factory, &syscoll, FALSE);
ok(hr == S_OK, "Failed to get system collection, hr %#x.\n", hr);
......@@ -1794,7 +1791,6 @@ if (strcmp(winetest_platform, "wine"))
}
IDWriteFontCollection_Release(syscoll);
}
IDWriteTextAnalyzer_Release(analyzer);
}
......
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