Francois Gouget : dinput/tests: Add a trailing linefeed to some ok() calls.

Alexandre Julliard julliard at winehq.org
Mon Jul 25 16:18:23 CDT 2022


Module: wine
Branch: master
Commit: 1bf88f860e4eb5cd91a9280d173bc58ac9888824
URL:    https://gitlab.winehq.org/wine/wine/-/commit/1bf88f860e4eb5cd91a9280d173bc58ac9888824

Author: Francois Gouget <fgouget at free.fr>
Date:   Sat Jul  9 16:08:54 2022 +0200

dinput/tests: Add a trailing linefeed to some ok() calls.

Signed-off-by: Francois Gouget <fgouget at free.fr>

---

 dlls/dinput/tests/joystick8.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/dinput/tests/joystick8.c b/dlls/dinput/tests/joystick8.c
index e73330815a0..90d7182a1fa 100644
--- a/dlls/dinput/tests/joystick8.c
+++ b/dlls/dinput/tests/joystick8.c
@@ -1682,8 +1682,8 @@ static void test_simple_joystick( DWORD version )
 
     hr = IDirectInputDevice8_GetDeviceState( device, sizeof(DIJOYSTATE2), &state );
     ok( hr == DI_OK, "GetDeviceState returned: %#lx\n", hr );
-    ok( state.lX == expect_state_abs[1].lX || broken( state.lX == 16853 ) /* w8 */, "got lX %ld", state.lX );
-    ok( state.lY == expect_state_abs[1].lY || broken( state.lY == 16853 ) /* w8 */, "got lY %ld", state.lY );
+    ok( state.lX == expect_state_abs[1].lX || broken( state.lX == 16853 ) /* w8 */, "got lX %ld\n", state.lX );
+    ok( state.lY == expect_state_abs[1].lY || broken( state.lY == 16853 ) /* w8 */, "got lY %ld\n", state.lY );
     check_member( state, expect_state_abs[1], "%ld", lZ );
     check_member( state, expect_state_abs[1], "%ld", lRx );
     check_member( state, expect_state_abs[1], "%ld", rgdwPOV[0] );




More information about the wine-cvs mailing list