We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9320f16 commit 0b3ef4bCopy full SHA for 0b3ef4b
tests/ui.rs
@@ -6,7 +6,7 @@ fn main() -> Result<()> {
6
let mut config = Config::rustc("tests/ui");
7
// Prevent ui_test from trying to query `formality` for the host platform name
8
config.host = Some("non of ya bizniz".into());
9
- config.program.program = "target/debug/formality".into();
+ config.program.program = "target/debug/a-mir-formality".into();
10
config.mode = Mode::Fail {
11
require_patterns: false,
12
};
0 commit comments