Remove fprintf() in tests
It was committed by mistake.
This commit is contained in:
parent
4b018be789
commit
6edf50d447
1 changed files with 0 additions and 1 deletions
|
@ -91,7 +91,6 @@ static void test_adb_devices_daemon_start_mixed() {
|
|||
struct sc_adb_device *device = &devices[0];
|
||||
assert(!strcmp("0123456789abcdef", device->serial));
|
||||
assert(!strcmp("unauthorized", device->state));
|
||||
fprintf(stderr, "==== [%s]\n", device->model);
|
||||
assert(!device->model);
|
||||
|
||||
device = &devices[1];
|
||||
|
|
Loading…
Reference in a new issue