Skip to content

Commit e517d5a

Browse files
committed
Auto merge of #11495 - weihanglo:revert-11419, r=ehuss
Revert "temporarily disable test `lto::test_profile`" This reverts commit d5cac16. The broken change in rustc has been reverted.
2 parents c7fb756 + 0523f42 commit e517d5a

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)