gdiplus: Fix swapped got-expected in brush test.
This commit is contained in:
parent
d1c835f890
commit
b127647b96
|
@ -51,8 +51,8 @@ static void test_type(void)
|
|||
GdipCreateSolidFill((ARGB)0xdeadbeef, &brush);
|
||||
|
||||
status = GdipGetBrushType((GpBrush*)brush, &bt);
|
||||
expect(status, Ok);
|
||||
expect(bt, BrushTypeSolidColor);
|
||||
expect(Ok, status);
|
||||
expect(BrushTypeSolidColor, bt);
|
||||
|
||||
GdipDeleteBrush((GpBrush*) brush);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue