Module: wine Branch: master Commit: c5a58aed089083bafbfdf153c3ee4553a09897fb URL: https://gitlab.winehq.org/wine/wine/-/commit/c5a58aed089083bafbfdf153c3ee455...
Author: Florian Will florian.will@gmail.com Date: Tue Apr 4 09:37:15 2023 +0200
dinput/tests: Remove unmatched winetest_pop_context().
---
dlls/dinput/tests/joystick8.c | 2 -- 1 file changed, 2 deletions(-)
diff --git a/dlls/dinput/tests/joystick8.c b/dlls/dinput/tests/joystick8.c index 2eb12bd3ba2..b6a627d6d25 100644 --- a/dlls/dinput/tests/joystick8.c +++ b/dlls/dinput/tests/joystick8.c @@ -4196,7 +4196,6 @@ static void test_many_axes_joystick(void) done: hid_device_stop( &desc, 1 ); cleanup_registry_keys(); - winetest_pop_context(); }
static void test_driving_wheel_axes(void) @@ -4416,7 +4415,6 @@ static void test_driving_wheel_axes(void) done: hid_device_stop( &desc, 1 ); cleanup_registry_keys(); - winetest_pop_context(); }
static BOOL test_winmm_joystick(void)