mirror of
https://github.com/Genymobile/scrcpy
synced 2025-09-04 00:05:15 +00:00
Remove fprintf() in tests
It was committed by mistake.
This commit is contained in:
@@ -91,7 +91,6 @@ static void test_adb_devices_daemon_start_mixed() {
|
|||||||
struct sc_adb_device *device = &devices[0];
|
struct sc_adb_device *device = &devices[0];
|
||||||
assert(!strcmp("0123456789abcdef", device->serial));
|
assert(!strcmp("0123456789abcdef", device->serial));
|
||||||
assert(!strcmp("unauthorized", device->state));
|
assert(!strcmp("unauthorized", device->state));
|
||||||
fprintf(stderr, "==== [%s]\n", device->model);
|
|
||||||
assert(!device->model);
|
assert(!device->model);
|
||||||
|
|
||||||
device = &devices[1];
|
device = &devices[1];
|
||||||
|
Reference in New Issue
Block a user