Skip to content

Commit

Permalink
Auto merge of #11495 - weihanglo:revert-11419, r=ehuss
Browse files Browse the repository at this point in the history
Revert "temporarily disable test `lto::test_profile`"

This reverts commit d5cac16. The broken change in rustc has been reverted.
  • Loading branch information
bors committed Dec 18, 2022
2 parents c7fb756 + 0523f42 commit e517d5a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/testsuite/lto.rs
Original file line number Diff line number Diff line change
Expand Up @@ -625,10 +625,6 @@ fn dylib() {
}

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

0 comments on commit e517d5a

Please sign in to comment.