Skip to content

Commit a22a68e

Browse files
committed
re-enabled lto_build test on 32-bit MSVC
Signed-off-by: hi-rustin <[email protected]>
1 parent df8cda0 commit a22a68e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/testsuite/build.rs

-5
Original file line numberDiff line numberDiff line change
@@ -1707,11 +1707,6 @@ Caused by:
17071707

17081708
#[cargo_test]
17091709
fn lto_build() {
1710-
// FIXME: currently this hits a linker bug on 32-bit MSVC
1711-
if cfg!(all(target_env = "msvc", target_pointer_width = "32")) {
1712-
return;
1713-
}
1714-
17151710
let p = project()
17161711
.file(
17171712
"Cargo.toml",

0 commit comments

Comments
 (0)