Skip to content

Commit

Permalink
another minor test output formatting tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
danleh committed Jul 27, 2024
1 parent 300bf24 commit 4dd5b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/test_utilities/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ pub fn wasm_validate(path: impl AsRef<Path>) -> Result<(), WasmValidateError> {
let stderr = stderr.trim();
if !stderr.is_empty() {
let file_info = WasmFileInfo::new(path);
eprintln!("wasm-validate warning on {file_info}:\n\t{stderr}");
eprintln!("wasm-validate warning on {file_info}\n\t{stderr}");
}

Ok(())
Expand Down

0 comments on commit 4dd5b81

Please sign in to comment.