Files
carbon-lang/testing
Jon Ross-Perkins 280a25b863 When using --dump_output with file_test, dump stderr directly. (#3901)
Right now, debugging a crash means errs never flushes: it's buffered in
the string. As a consequence, -v doesn't print anything. By stopping the
output capture in --dump_output, it prints directly for debugging.
2024-04-22 20:00:34 +00:00
..