diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-03-10 13:44:34 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-03-10 13:44:34 +0000 |
| commit | 0b9e8c65d5b590ae215ffdcd63d3c9c6031e331c (patch) | |
| tree | e2f3ac901806a3cedef0ae386ea62c46bba90b25 | |
| parent | e781db8d443243e70975e31dea828c033431632a (diff) | |
| download | rust-0b9e8c65d5b590ae215ffdcd63d3c9c6031e331c.tar.gz rust-0b9e8c65d5b590ae215ffdcd63d3c9c6031e331c.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 7952a2c86ae..20dcb4cf34d 100755 --- a/scripts/test_rustc_tests.sh +++ b/scripts/test_rustc_tests.sh @@ -81,6 +81,7 @@ rm tests/ui/layout/valid_range_oob.rs # different ICE message rm tests/ui/consts/issue-miri-1910.rs # different error message rm tests/ui/consts/offset_ub.rs # same +rm tests/ui/consts/const-eval/ub-slice-get-unchecked.rs # same rm tests/ui/intrinsics/panic-uninitialized-zeroed.rs # same rm tests/ui/lint/lint-const-item-mutation.rs # same rm tests/ui/pattern/usefulness/doc-hidden-non-exhaustive.rs # same |
