]> git.proxmox.com Git - cargo.git/commitdiff
re-enabled lto_build test on 32-bit MSVC
authorhi-rustin <rustin.liu@gmail.com>
Mon, 22 Nov 2021 14:12:48 +0000 (22:12 +0800)
committerhi-rustin <rustin.liu@gmail.com>
Mon, 22 Nov 2021 14:12:48 +0000 (22:12 +0800)
Signed-off-by: hi-rustin <rustin.liu@gmail.com>
tests/testsuite/build.rs

index 7646b72e3a8c36e7da42aa18416039ec5bdce4fc..bd46f400e0b91323a63672cf876d591707aac0d6 100644 (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",