Skip to content

Commit

Permalink
Test with toolstd
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Jul 20, 2024
1 parent f0e62c8 commit b37bf5f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/bootstrap/src/core/build_steps/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3498,9 +3498,7 @@ impl Step for TestFloatParse {
let cargo_test = tool::prepare_tool_cargo(
builder,
compiler,
// todo: seems like this should be `Mode::Std`
// Mode::Std,
Mode::ToolBootstrap,
Mode::ToolStd,
bootstrap_host,
"test",
path,
Expand All @@ -3523,7 +3521,7 @@ impl Step for TestFloatParse {
let mut cargo_run = tool::prepare_tool_cargo(
builder,
compiler,
Mode::ToolBootstrap,
Mode::ToolStd,
bootstrap_host,
"run",
path,
Expand Down

0 comments on commit b37bf5f

Please sign in to comment.