Skip to content

Commit 73be720

Browse files
committed
Improve test failure message a bit
1 parent 89910b0 commit 73be720

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/tools/miri/tests

src/tools/miri/tests/ui.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ fn ui(
413413
WithoutDeps => false,
414414
};
415415
run_tests(mode, path, target, with_dependencies, tmpdir)
416-
.with_context(|| format!("ui tests in {path} for {target} failed"))
416+
.with_context(|| format!("{mode} ui tests in {path} for {target} failed"))
417417
}
418418

419419
fn get_host() -> String {

0 commit comments

Comments
 (0)