about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2024-06-18 18:51:53 +0200
committerGitHub <noreply@github.com>2024-06-18 18:51:53 +0200
commit1cb728280dfe7cc241eae34196f80c876aa9addc (patch)
treec0b16d27f7e6620c7fc2fcff38c3229bd107ccf5
parent729cb08d4c476410f296940e6d6487a4e81b88d2 (diff)
downloadrust-1cb728280dfe7cc241eae34196f80c876aa9addc.tar.gz
rust-1cb728280dfe7cc241eae34196f80c876aa9addc.zip
Re-enable `tests/run-make/const_fn_mir` (#1497)
-rwxr-xr-xscripts/test_rustc_tests.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/test_rustc_tests.sh b/scripts/test_rustc_tests.sh
index a0d6916dc7e..283889e9471 100755
--- a/scripts/test_rustc_tests.sh
+++ b/scripts/test_rustc_tests.sh
@@ -128,7 +128,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