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

Francois Gouget fgouget at free.fr
Sat Jan 7 07:44:32 CST 2017


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 dlls/hlink/tests/hlink.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/hlink/tests/hlink.c b/dlls/hlink/tests/hlink.c
index 22cfd10064e..50f61d57f7e 100644
--- a/dlls/hlink/tests/hlink.c
+++ b/dlls/hlink/tests/hlink.c
@@ -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]) &&
-- 
2.11.0




More information about the wine-patches mailing list