Skip to content

Use fprintf over printf in C tests #15097

@Cryoris

Description

@Cryoris

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions