about summary refs log tree commit diff
path: root/compiler/rustc_codegen_cranelift/scripts
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
commite6918b1e5dcf4a2e88c2c39cddfb761dc4a71aca (patch)
tree1285f1660f09d964fd4859ba7b4a08004cd78022 /compiler/rustc_codegen_cranelift/scripts
parent0824b300eb0dae5d9ed59719d3f2732016683d66 (diff)
downloadrust-e6918b1e5dcf4a2e88c2c39cddfb761dc4a71aca.tar.gz
rust-e6918b1e5dcf4a2e88c2c39cddfb761dc4a71aca.zip
Add async-closures/once.rs back to cranelift tests
Diffstat (limited to 'compiler/rustc_codegen_cranelift/scripts')
-rwxr-xr-xcompiler/rustc_codegen_cranelift/scripts/test_rustc_tests.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_cranelift/scripts/test_rustc_tests.sh b/compiler/rustc_codegen_cranelift/scripts/test_rustc_tests.sh
index 9b360fb3036..fcf3ba03574 100755
--- a/compiler/rustc_codegen_cranelift/scripts/test_rustc_tests.sh
+++ b/compiler/rustc_codegen_cranelift/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