Commit 5da42336 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

xinput1_3/tests: Add a trailing '\n' to an ok() call.

parent 916d6a44
...@@ -184,7 +184,7 @@ static void test_get_batteryinformation(void) ...@@ -184,7 +184,7 @@ static void test_get_batteryinformation(void)
if (ERROR_DEVICE_NOT_CONNECTED == result) if (ERROR_DEVICE_NOT_CONNECTED == result)
{ {
ok(batteryInfo.BatteryLevel == BATTERY_TYPE_DISCONNECTED, "Failed to report device as being disconnected."); ok(batteryInfo.BatteryLevel == BATTERY_TYPE_DISCONNECTED, "Failed to report device as being disconnected.\n");
skip("Controller %d is not connected\n", controllerNum); skip("Controller %d is not connected\n", controllerNum);
} }
} }
......
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