Commit 94a20f8b authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

gdiplus: Remove incorrect test.

parent bce23d7e
......@@ -168,8 +168,6 @@ static void test_fontfamily (void)
*/
stat = GdipCreateFontFamilyFromName (nonexistent, NULL, &family);
expect (FontFamilyNotFound, stat);
ok ((lstrcmpiW(itsName, nonexistent) != 0),
"Expected a non-zero value for nonexistent font!\n");
/* Bitmap fonts are not found */
todo_wine
......
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