Module: wine Branch: master Commit: b17ded0ac129aa6b31e5161399714da3b823bb53 URL: http://source.winehq.org/git/wine.git/?a=commit;h=b17ded0ac129aa6b31e5161399...
Author: Francois Gouget fgouget@free.fr Date: Mon Oct 15 17:24:41 2012 +0200
user32/tests: Add a trailing '\n' to an ok() call.
---
dlls/user32/tests/class.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/user32/tests/class.c b/dlls/user32/tests/class.c index 2f497a5..4406310 100644 --- a/dlls/user32/tests/class.c +++ b/dlls/user32/tests/class.c @@ -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);