From 1657c641ec3d66e3a121a64021fb4bbf6198ab51 Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Mon, 17 Jun 2024 11:27:44 +0200 Subject: [PATCH] Re-enable `tests/run-make/const_fn_mir` --- scripts/test_rustc_tests.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/test_rustc_tests.sh b/scripts/test_rustc_tests.sh index 62a1c61c9..88f9f6eeb 100755 --- a/scripts/test_rustc_tests.sh +++ b/scripts/test_rustc_tests.sh @@ -127,7 +127,6 @@ rm -r tests/run-make/panic-abort-eh_frame # .eh_frame emitted with panic=abort # bugs in the test suite # ====================== rm tests/ui/process/nofile-limit.rs # TODO some AArch64 linking issue -rm -r tests/run-make/const_fn_mir # needs-unwind directive accidentally dropped rm tests/ui/stdio-is-blocking.rs # really slow with unoptimized libstd