aboutsummaryrefslogtreecommitdiff
path: root/crates/test_utils/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/test_utils/src/lib.rs')
-rw-r--r--crates/test_utils/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/test_utils/src/lib.rs b/crates/test_utils/src/lib.rs
index dd582c77c..6041ab5e4 100644
--- a/crates/test_utils/src/lib.rs
+++ b/crates/test_utils/src/lib.rs
@@ -377,7 +377,7 @@ pub fn try_ensure_file_contents(file: &Path, contents: &str) -> Result<(), ()> {
377 display_path.display() 377 display_path.display()
378 ); 378 );
379 if is_ci() { 379 if is_ci() {
380 eprintln!("\n NOTE: run `cargo test` locally and commit the updated files\n"); 380 eprintln!(" NOTE: run `cargo test` locally and commit the updated files\n");
381 } 381 }
382 if let Some(parent) = file.parent() { 382 if let Some(parent) = file.parent() {
383 let _ = std::fs::create_dir_all(parent); 383 let _ = std::fs::create_dir_all(parent);