msi/tests: Add a trailing linefeed to an ok() call.

Francois Gouget fgouget at free.fr
Thu Jul 6 05:24:03 CDT 2017


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

diff --git a/dlls/msi/tests/package.c b/dlls/msi/tests/package.c
index a46bb20fdfa..58e932f0381 100644
--- a/dlls/msi/tests/package.c
+++ b/dlls/msi/tests/package.c
@@ -9376,7 +9376,7 @@ static void test_externalui_message(void)
 
     create_file_data("forcecodepage.idt", "\r\n\r\n1252\t_ForceCodepage\r\n");
     r = MsiDatabaseImportA(hdb, CURR_DIR, "forcecodepage.idt");
-    ok(r == ERROR_SUCCESS, "Expected ERROR_SUCCESS, got %d", r);
+    ok(r == ERROR_SUCCESS, "Expected ERROR_SUCCESS, got %d\n", r);
 
     r = MsiOpenPackageA(NULL, &hpkg);
     ok(r == ERROR_INVALID_PARAMETER, "Expected ERROR_INVALID_PARAMETER, got %d\n", r);
-- 
2.13.2




More information about the wine-patches mailing list