diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2021-04-08 12:08:13 +0200 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2021-04-14 10:38:18 +0200 |
| commit | 65420b50f86296442d26884d2eb0de5b43090b0a (patch) | |
| tree | fe68ee4cb422400211b00a4dbf15c18b2c2a538d /scripts | |
| parent | f3b0f425c5a26f611c1743170cb9caf3ac8b6063 (diff) | |
| download | rust-65420b50f86296442d26884d2eb0de5b43090b0a.tar.gz rust-65420b50f86296442d26884d2eb0de5b43090b0a.zip | |
Don't deduplicate anonymous allocations
Diffstat (limited to 'scripts')
| -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 e4b73755248..6a76f3a7214 100755 --- a/scripts/test_rustc_tests.sh +++ b/scripts/test_rustc_tests.sh @@ -47,6 +47,7 @@ rm src/test/ui/issues/issue-51947.rs # same rm src/test/ui/numbers-arithmetic/saturating-float-casts.rs # intrinsic gives different but valid result rm src/test/ui/mir/mir_misc_casts.rs # depends on deduplication of constants rm src/test/ui/mir/mir_raw_fat_ptr.rs # same +rm src/test/ui/consts/issue-33537.rs # same rm src/test/ui/async-await/async-fn-size-moved-locals.rs # -Cpanic=abort shrinks some generator by one byte rm src/test/ui/async-await/async-fn-size-uninit-locals.rs # same rm src/test/ui/generator/size-moved-locals.rs # same |
