diff --git a/dlls/usp10/tests/usp10.c b/dlls/usp10/tests/usp10.c index 41c903520d4..e47d7c57084 100644 --- a/dlls/usp10/tests/usp10.c +++ b/dlls/usp10/tests/usp10.c @@ -1734,6 +1734,7 @@ START_TEST(usp10) lf.lfWidth = 10; hfont = SelectObject(hdc, CreateFontIndirectA(&lf)); + ok(hfont != NULL, "SelectObject failed: %p\n", hfont); test_ScriptItemize(); test_ScriptItemIzeShapePlace(hdc,pwOutGlyphs);