diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-03-16 16:30:08 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-03-16 16:30:08 +0000 |
| commit | 4cf4ffc6ba514f171b3f52d1c731063e4fc45be3 (patch) | |
| tree | e48c262dbd60872e943456d475576e0da699d3b8 | |
| parent | e775fdc9e92939111255c7e228a211cff6e03485 (diff) | |
| download | rust-4cf4ffc6ba514f171b3f52d1c731063e4fc45be3.tar.gz rust-4cf4ffc6ba514f171b3f52d1c731063e4fc45be3.zip | |
Fix rustc test suite
| -rwxr-xr-x | scripts/test_rustc_tests.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/test_rustc_tests.sh b/scripts/test_rustc_tests.sh index f39487913c1..9b360fb3036 100755 --- a/scripts/test_rustc_tests.sh +++ b/scripts/test_rustc_tests.sh @@ -122,6 +122,7 @@ rm -r tests/run-make/optimization-remarks-dir # remarks are LLVM specific rm tests/ui/mir/mir_misc_casts.rs # depends on deduplication of constants rm tests/ui/mir/mir_raw_fat_ptr.rs # same rm tests/ui/consts/issue-33537.rs # same +rm tests/ui/consts/const-mut-refs-crate.rs # same # rustdoc-clif passes extra args, suppressing the help message when no args are passed rm -r tests/run-make/issue-88756-default-output |
