Skip to content

Commit f726f03

Browse files
jlb6740abrown
andcommitted
Update crates/cli/src/benchmark.rs
Co-authored-by: Andrew Brown <andrew.brown@intel.com>
1 parent daf22cd commit f726f03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/cli/src/benchmark.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ impl BenchmarkCommand {
250250
}
251251
let mut stderr_expected = wasm_file_dir.join(format!("{}.stderr.expected", benchmark_name));
252252
if !stderr_expected.exists() {
253-
stderr_expected = wasm_file_dir.join(format!("{}.stderr.expected", "default"));
253+
stderr_expected = wasm_file_dir.join("default.stderr.expected");
254254
}
255255

256256
compare_output_file(wasm_file, stdout, &stdout_expected)?;

0 commit comments

Comments
 (0)