re-enabled lto_build test on 32-bit MSVC

Signed-off-by: hi-rustin <rustin.liu@gmail.com>
This commit is contained in:
hi-rustin 2021-11-22 22:12:48 +08:00
parent df8cda0a12
commit a22a68e937

View File

@ -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",