From 0523f42cc26a5775ecf5d6765fc004b225c9d90c Mon Sep 17 00:00:00 2001 From: Weihang Lo Date: Sat, 17 Dec 2022 22:51:57 +0000 Subject: [PATCH] Revert "temporarily disable test `lto::test_profile`" This reverts commit d5cac16d07ab44dff51af8bece6d916059d91439. --- tests/testsuite/lto.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/testsuite/lto.rs b/tests/testsuite/lto.rs index 892c8bb8cf0..ba1041c10ab 100644 --- a/tests/testsuite/lto.rs +++ b/tests/testsuite/lto.rs @@ -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 } ")