diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2025-02-07 20:33:50 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2025-02-07 20:33:50 +0000 |
| commit | 8332329f83d4ef34479fec67cc21b21246dca6b5 (patch) | |
| tree | ee91943bd38862ba527c920e22aab9c7d68e56c0 | |
| parent | 6c4b94bf3352f790db4fcb36a402cac27b296fb8 (diff) | |
| download | rust-8332329f83d4ef34479fec67cc21b21246dca6b5.tar.gz rust-8332329f83d4ef34479fec67cc21b21246dca6b5.zip | |
Fix rustc test suite
| -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 dff42757ba6..55230a0b598 100755 --- a/scripts/test_rustc_tests.sh +++ b/scripts/test_rustc_tests.sh @@ -83,7 +83,6 @@ rm tests/ui/match/match-float.rs # ================== rm tests/ui/codegen/issue-28950.rs # depends on stack size optimizations rm tests/ui/codegen/init-large-type.rs # same -rm tests/ui/issues/issue-40883.rs # same rm -r tests/run-make/fmt-write-bloat/ # tests an optimization rm tests/ui/statics/const_generics.rs # same |
