xinput1_3/tests: Add a trailing '\n' to an ok() call.
This commit is contained in:
parent
916d6a4450
commit
5da42336d9
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue