diff options
| author | Michael Goulet <michael@errs.io> | 2024-03-24 21:42:32 -0400 |
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2024-03-24 21:42:32 -0400 |
| commit | 4609a48d6a0f9bfcedcf622e19646cc2400fa98f (patch) | |
| tree | c586d4e15ce8366038387087fe09bd2110ef1f88 | |
| parent | a517adc66e30b695dc96778d1699dd17751e6cec (diff) | |
| download | rust-4609a48d6a0f9bfcedcf622e19646cc2400fa98f.tar.gz rust-4609a48d6a0f9bfcedcf622e19646cc2400fa98f.zip | |
Add async-closures/once.rs back to cranelift tests
| -rwxr-xr-x | scripts/test_rustc_tests.sh | 1 |
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 |
