Skip to content

Commit 0b3ef4b

Browse files
committed
modify binary name in test runner
1 parent 9320f16 commit 0b3ef4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ fn main() -> Result<()> {
66
let mut config = Config::rustc("tests/ui");
77
// Prevent ui_test from trying to query `formality` for the host platform name
88
config.host = Some("non of ya bizniz".into());
9-
config.program.program = "target/debug/formality".into();
9+
config.program.program = "target/debug/a-mir-formality".into();
1010
config.mode = Mode::Fail {
1111
require_patterns: false,
1212
};

0 commit comments

Comments
 (0)