We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e2a782 commit d2a522fCopy full SHA for d2a522f
src/tools/compiletest/src/runtest.rs
@@ -2067,9 +2067,9 @@ impl<'test> TestCx<'test> {
2067
2068
fn maybe_dump_to_stdout(&self, out: &str, err: &str) {
2069
if self.config.verbose {
2070
- println!("------{}------------------------------", "stdout");
+ println!("------stdout------------------------------");
2071
println!("{}", out);
2072
- println!("------{}------------------------------", "stderr");
+ println!("------stderr------------------------------");
2073
println!("{}", err);
2074
println!("------------------------------------------");
2075
}
0 commit comments