mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-12-18 14:04:20 +01:00
Remove fprintf() call in tests
It should never have been committed.
This commit is contained in:
@@ -73,7 +73,6 @@ static void test_options(void) {
|
|||||||
|
|
||||||
const struct scrcpy_options *opts = &args.opts;
|
const struct scrcpy_options *opts = &args.opts;
|
||||||
assert(opts->always_on_top);
|
assert(opts->always_on_top);
|
||||||
fprintf(stderr, "%d\n", (int) opts->bit_rate);
|
|
||||||
assert(opts->bit_rate == 5000000);
|
assert(opts->bit_rate == 5000000);
|
||||||
assert(!strcmp(opts->crop, "100:200:300:400"));
|
assert(!strcmp(opts->crop, "100:200:300:400"));
|
||||||
assert(opts->fullscreen);
|
assert(opts->fullscreen);
|
||||||
|
|||||||
Reference in New Issue
Block a user