mirror of
https://github.com/reactos/wine.git
synced 2025-02-16 19:10:35 +00:00
comctl32/tests: Add a trailing '\n' to an ok() call.
This commit is contained in:
parent
e6676ff50e
commit
02ace3613c
@ -289,7 +289,7 @@ static void TestCallback(void)
|
||||
tvi.pszText = buf;
|
||||
tvi.cchTextMax = sizeof(buf)/sizeof(buf[0]);
|
||||
ret = TreeView_GetItem(hTree, &tvi);
|
||||
ok(ret == 1, "ret");
|
||||
ok(ret == 1, "ret\n");
|
||||
ok(strcmp(tvi.pszText, TEST_CALLBACK_TEXT) == 0, "Callback item text mismatch %s vs %s\n",
|
||||
tvi.pszText, TEST_CALLBACK_TEXT);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user