fix core::config::tests::override_toml
Signed-off-by: onur-ozkan <work@onurozkan.dev>
This commit is contained in:
parent
2e0afc8b71
commit
2a381086bb
@ -135,6 +135,7 @@ fn override_toml() {
|
|||||||
[rust]
|
[rust]
|
||||||
lto = "off"
|
lto = "off"
|
||||||
deny-warnings = true
|
deny-warnings = true
|
||||||
|
download-rustc=false
|
||||||
|
|
||||||
[build]
|
[build]
|
||||||
gdb = "foo"
|
gdb = "foo"
|
||||||
@ -200,6 +201,8 @@ fn override_toml() {
|
|||||||
.collect(),
|
.collect(),
|
||||||
"setting dictionary value"
|
"setting dictionary value"
|
||||||
);
|
);
|
||||||
|
assert!(!config.llvm_from_ci);
|
||||||
|
assert!(!config.download_rustc());
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
Loading…
Reference in New Issue
Block a user