Commit 8fd6f0e2 authored by Alexandre Julliard's avatar Alexandre Julliard

gdiplus/tests: Don't test returned value if the call failed.

parent b37cc087
......@@ -64,7 +64,7 @@ todo_wine
expect(Ok, stat);
stat = GdipGetStringFormatMeasurableCharacterRangeCount(format, &count);
expect(Ok, stat);
expect(3, count);
if (stat == Ok) expect(3, count);
}
stat= GdipDeleteStringFormat(format);
expect(Ok, stat);
......
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