about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMichael Goulet <michael@errs.io>2024-03-24 21:42:32 -0400
committerMichael Goulet <michael@errs.io>2024-03-24 21:42:32 -0400
commit4609a48d6a0f9bfcedcf622e19646cc2400fa98f (patch)
treec586d4e15ce8366038387087fe09bd2110ef1f88
parenta517adc66e30b695dc96778d1699dd17751e6cec (diff)
downloadrust-4609a48d6a0f9bfcedcf622e19646cc2400fa98f.tar.gz
rust-4609a48d6a0f9bfcedcf622e19646cc2400fa98f.zip
Add async-closures/once.rs back to cranelift tests
-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 9b360fb3036..fcf3ba03574 100755
--- a/scripts/test_rustc_tests.sh
+++ b/scripts/test_rustc_tests.sh
@@ -154,7 +154,6 @@ rm tests/ui/codegen/subtyping-enforces-type-equality.rs # assert_assignable bug
 # ======================
 rm tests/ui/backtrace.rs # TODO warning
 rm tests/ui/process/nofile-limit.rs # TODO some AArch64 linking issue
-rm tests/ui/async-await/async-closures/once.rs # FIXME bug in the rustc FnAbi calculation code
 
 rm tests/ui/stdio-is-blocking.rs # really slow with unoptimized libstd