Skip to content

Commit

Permalink
Fix typo in miri sysroot
Browse files Browse the repository at this point in the history
  • Loading branch information
jyn514 committed Nov 25, 2022
1 parent b3bc6bf commit 99d080d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ impl Miri {
miri: &Path,
target: TargetSelection,
) -> String {
let miri_sysroot = builder.out.join(compiler.host.triple).join("miri-sysrot");
let miri_sysroot = builder.out.join(compiler.host.triple).join("miri-sysroot");
let mut cargo = tool::prepare_tool_cargo(
builder,
compiler,
Expand Down

0 comments on commit 99d080d

Please sign in to comment.