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

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

parent 3127501f
......@@ -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)
......
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