user32/tests: Fix a typo in ok() message.
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
92890ac993
commit
5a0596ed10
|
@ -1672,7 +1672,7 @@ static void test_text_position_style(DWORD style)
|
||||||
|
|
||||||
/* Get a stock font for which we can determine the metrics */
|
/* Get a stock font for which we can determine the metrics */
|
||||||
font = GetStockObject(SYSTEM_FONT);
|
font = GetStockObject(SYSTEM_FONT);
|
||||||
ok (font != NULL, "GetStockObjcet SYSTEM_FONT failed\n");
|
ok (font != NULL, "GetStockObject SYSTEM_FONT failed\n");
|
||||||
dc = GetDC(NULL);
|
dc = GetDC(NULL);
|
||||||
ok (dc != NULL, "GetDC() failed\n");
|
ok (dc != NULL, "GetDC() failed\n");
|
||||||
oldFont = SelectObject(dc, font);
|
oldFont = SelectObject(dc, font);
|
||||||
|
|
Loading…
Reference in New Issue