I can't remember what we do in other tests, but I might expect this to fprintf(stderr, ...), not print to stdout.
Originally posted by @jakelishman in #14837 (comment)
We should consider updating the C tests to use fprintf(stderr, ...) instead of simply printf(...). The stderr stream is also what the test reports are using.
I can't remember what we do in other tests, but I might expect this to
fprintf(stderr, ...), not print tostdout.Originally posted by @jakelishman in #14837 (comment)
We should consider updating the C tests to use
fprintf(stderr, ...)instead of simplyprintf(...). Thestderrstream is also what the test reports are using.