Re-enable tests/run-make/const_fn_mir (#1497)

This commit is contained in:
Guillaume Gomez 2024-06-18 18:51:53 +02:00 committed by GitHub
parent 729cb08d4c
commit 1cb728280d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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