]> git.lizzy.rs Git - rust.git/blobdiff - library/test/src/console.rs
Auto merge of #95745 - Dylan-DPC:rollup-485ajqi, r=Dylan-DPC
[rust.git] / library / test / src / console.rs
index c7e8507113e0c178bd9e418e74519a3bad0b1f6f..56eef8314fbdee5ae6b61fbe7cc1bdcd6baaa2d4 100644 (file)
@@ -118,7 +118,7 @@ pub fn write_log_result(
                     TestResult::TrIgnored => {
                         #[cfg(not(bootstrap))]
                         if let Some(msg) = ignore_message {
-                            format!("ignored, {msg}")
+                            format!("ignored: {msg}")
                         } else {
                             "ignored".to_owned()
                         }