Skip to content

Commit 0523f42

Browse files
committed
Revert "temporarily disable test lto::test_profile"
This reverts commit d5cac16.
1 parent c7fb756 commit 0523f42

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/testsuite/lto.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -625,10 +625,6 @@ fn dylib() {
625625
}
626626

627627
#[cargo_test]
628-
#[cfg_attr(
629-
all(target_os = "windows", target_env = "gnu"),
630-
ignore = "thinLTO is broken. Tracking in rust-lang/rust#104852"
631-
)]
632628
fn test_profile() {
633629
Package::new("bar", "0.0.1")
634630
.file("src/lib.rs", "pub fn foo() -> i32 { 123 } ")

0 commit comments

Comments
 (0)