mirror of
https://github.com/reactos/wine.git
synced 2024-11-23 11:49:50 +00:00
hlink/tests: Add a trailing '\n' to an ok() call.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
a29c5bab22
commit
d5485d6ebb
@ -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]) &&
|
||||
|
Loading…
Reference in New Issue
Block a user