user32/tests: Add a trailing '\n' to an ok() call.

oldstable
Francois Gouget 2012-10-15 17:24:41 +02:00 committed by Alexandre Julliard
parent 25c465269c
commit b17ded0ac1
1 changed files with 1 additions and 1 deletions

View File

@ -1009,7 +1009,7 @@ static void test_icons(void)
ok(!SetClassLongPtrW(hwnd, GCLP_HICONSM, (LONG_PTR)hsmallnew),
"Previous hIconSm should be zero\n");
ok(hsmallnew == (HICON)GetClassLongPtrW(hwnd, GCLP_HICONSM),
"Should return explicitly assigned small icon");
"Should return explicitly assigned small icon\n");
ok(!GetIconInfo(hsmicon, &icinf), "Previous small icon should be destroyed\n");
SetClassLongPtrW(hwnd, GCLP_HICONSM, 0);