-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Open
Labels
Description
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.