Auto merge of #11495 - weihanglo:revert-11419, r=ehuss

Revert "temporarily disable test `lto::test_profile`"

This reverts commit d5cac16d07. The broken change in rustc has been reverted.
This commit is contained in:
bors 2022-12-18 00:15:42 +00:00
commit e517d5a839
1 changed files with 0 additions and 4 deletions

View File

@ -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 } ")