Skip to content

Commit b37bf5f

Browse files
committed
Test with toolstd
1 parent f0e62c8 commit b37bf5f

File tree

1 file changed

+2
-4
lines changed
  • src/bootstrap/src/core/build_steps

1 file changed

+2
-4
lines changed

src/bootstrap/src/core/build_steps/test.rs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3498,9 +3498,7 @@ impl Step for TestFloatParse {
34983498
let cargo_test = tool::prepare_tool_cargo(
34993499
builder,
35003500
compiler,
3501-
// todo: seems like this should be `Mode::Std`
3502-
// Mode::Std,
3503-
Mode::ToolBootstrap,
3501+
Mode::ToolStd,
35043502
bootstrap_host,
35053503
"test",
35063504
path,
@@ -3523,7 +3521,7 @@ impl Step for TestFloatParse {
35233521
let mut cargo_run = tool::prepare_tool_cargo(
35243522
builder,
35253523
compiler,
3526-
Mode::ToolBootstrap,
3524+
Mode::ToolStd,
35273525
bootstrap_host,
35283526
"run",
35293527
path,

0 commit comments

Comments
 (0)