From 181d28bb6110dc974879db20d433f21aa142db3a Mon Sep 17 00:00:00 2001 From: Pietro Albini Date: Tue, 5 Apr 2022 22:42:23 +0200 Subject: trivial cfg(bootstrap) changes --- src/tools/compiletest/src/header.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/tools/compiletest') diff --git a/src/tools/compiletest/src/header.rs b/src/tools/compiletest/src/header.rs index 1bdea33dffa..8a72b44e2b5 100644 --- a/src/tools/compiletest/src/header.rs +++ b/src/tools/compiletest/src/header.rs @@ -806,8 +806,7 @@ pub fn make_test_description( cfg: Option<&str>, ) -> test::TestDesc { let mut ignore = false; - #[cfg(not(bootstrap))] - let ignore_message: Option = None; + let ignore_message = None; let mut should_fail = false; let rustc_has_profiler_support = env::var_os("RUSTC_PROFILER_SUPPORT").is_some(); @@ -879,7 +878,6 @@ pub fn make_test_description( test::TestDesc { name, ignore, - #[cfg(not(bootstrap))] ignore_message, should_panic, compile_fail: false, -- cgit 1.4.1-3-g733a5