Skip to content

Commit 2a38108

Browse files
committed
fix core::config::tests::override_toml
Signed-off-by: onur-ozkan <[email protected]>
1 parent 2e0afc8 commit 2a38108

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/bootstrap/src/core/config/tests.rs

+3
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ change-id = 0
135135
[rust]
136136
lto = "off"
137137
deny-warnings = true
138+
download-rustc=false
138139
139140
[build]
140141
gdb = "foo"
@@ -200,6 +201,8 @@ runner = "x86_64-runner"
200201
.collect(),
201202
"setting dictionary value"
202203
);
204+
assert!(!config.llvm_from_ci);
205+
assert!(!config.download_rustc());
203206
}
204207

205208
#[test]

0 commit comments

Comments
 (0)