[PATCH] user32/tests: Add a trailing '\n' to an ok() call.

Francois Gouget fgouget at free.fr
Sun Apr 29 21:31:51 CDT 2018


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

diff --git a/dlls/user32/tests/win.c b/dlls/user32/tests/win.c
index 603012117e4..ac706aa4bf9 100644
--- a/dlls/user32/tests/win.c
+++ b/dlls/user32/tests/win.c
@@ -10698,7 +10698,7 @@ static void test_destroy_quit(void)
         if (done) break;
     }
 
-    ok( WaitForSingleObject( thread1, 10000 ) != WAIT_TIMEOUT, "timeout" );
+    ok( WaitForSingleObject( thread1, 10000 ) != WAIT_TIMEOUT, "timeout\n" );
     ok( !IsWindow( destroy_data.thread1_wnd ), "window not destroyed\n" );
     CloseHandle( thread1 );
 }
-- 
2.17.0



More information about the wine-devel mailing list