Skip to content

Commit

Permalink
modify binary name in test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
nikomatsakis committed Nov 2, 2023
1 parent 9320f16 commit 0b3ef4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ fn main() -> Result<()> {
let mut config = Config::rustc("tests/ui");
// Prevent ui_test from trying to query `formality` for the host platform name
config.host = Some("non of ya bizniz".into());
config.program.program = "target/debug/formality".into();
config.program.program = "target/debug/a-mir-formality".into();
config.mode = Mode::Fail {
require_patterns: false,
};
Expand Down

0 comments on commit 0b3ef4b

Please sign in to comment.