mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
re-enabled lto_build test on 32-bit MSVC
Signed-off-by: hi-rustin <rustin.liu@gmail.com>
This commit is contained in:
parent
df8cda0a12
commit
a22a68e937
@ -1707,11 +1707,6 @@ Caused by:
|
||||
|
||||
#[cargo_test]
|
||||
fn lto_build() {
|
||||
// FIXME: currently this hits a linker bug on 32-bit MSVC
|
||||
if cfg!(all(target_env = "msvc", target_pointer_width = "32")) {
|
||||
return;
|
||||
}
|
||||
|
||||
let p = project()
|
||||
.file(
|
||||
"Cargo.toml",
|
||||
|
Loading…
x
Reference in New Issue
Block a user