hlink/tests: Add a trailing '\n' to an ok() call.
This commit is contained in:
parent
3127501f86
commit
da00e1558e
|
@ -123,7 +123,7 @@ static void test_BrowseWindowInfo(void)
|
|||
|
||||
hres = IHlinkBrowseContext_GetBrowseWindowInfo(bc, &bwinfo_get);
|
||||
ok(hres == S_OK, "GetBrowseWindowInfo failed: 0x%08x\n", hres);
|
||||
ok(!memcmp(&bwinfo_set, &bwinfo_get, sizeof(HLBWINFO)), "Set and Get differ");
|
||||
ok(!memcmp(&bwinfo_set, &bwinfo_get, sizeof(HLBWINFO)), "Set and Get differ\n");
|
||||
}
|
||||
|
||||
START_TEST(browse_ctx)
|
||||
|
|
Loading…
Reference in New Issue