Commit 21dac9f6 authored by Austin English's avatar Austin English Committed by Alexandre Julliard

usp10/tests: Check return value of SelectObject.

parent e0c7fb66
......@@ -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);
......
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