Commit b17ded0a authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

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