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

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

parent a29c5bab
......@@ -405,7 +405,7 @@ static void test_persist_save_data(const char *testname, IHlink *lnk,
(expected_data_alt == expected_hlink_data3_ie7 && i == 109) /* Win10 */ ||
(expected_data_alt == expected_hlink_data5_ie7 && i == 107) /* Win10 */)
{
ok(data[i] == 0 || broken(data[i] == 1), "Expected 0 or 1, got %d", data[i]);
ok(data[i] == 0 || broken(data[i] == 1), "Expected 0 or 1, got %d\n", data[i]);
continue;
}
if ((expected_data_alt[i] != data[i]) &&
......
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