Commit c5a58aed authored by Florian Will's avatar Florian Will Committed by Alexandre Julliard

dinput/tests: Remove unmatched winetest_pop_context().

parent ba889f2c
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment