Skip to content

Commit

Permalink
set default to false
Browse files Browse the repository at this point in the history
Co-authored-by: Onur Özkan <onurozkan.dev@outlook.com>
  • Loading branch information
lucarlig and onur-ozkan authored Oct 19, 2024
1 parent 9166a65 commit 5be83d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/src/core/build_steps/tool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1104,7 +1104,7 @@ pub struct TestFloatParse {
impl Step for TestFloatParse {
type Output = ();
const ONLY_HOSTS: bool = true;
const DEFAULT: bool = true;
const DEFAULT: bool = false;

fn should_run(run: ShouldRun<'_>) -> ShouldRun<'_> {
run.path("src/etc/test-float-parse")
Expand Down

0 comments on commit 5be83d2

Please sign in to comment.