diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-06-18 16:23:11 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-06-18 16:23:11 +0000 |
| commit | 729cb08d4c476410f296940e6d6487a4e81b88d2 (patch) | |
| tree | 0d785da4221f1e957d5653f83972d55a99cb492c | |
| parent | c5bd2e3b9070243409b22fd62f30408f2d1a905d (diff) | |
| download | rust-729cb08d4c476410f296940e6d6487a4e81b88d2.tar.gz rust-729cb08d4c476410f296940e6d6487a4e81b88d2.zip | |
Fix rustc tests
| -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 62a1c61c906..a0d6916dc7e 100755 --- a/scripts/test_rustc_tests.sh +++ b/scripts/test_rustc_tests.sh @@ -78,6 +78,7 @@ 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 # backend specific tests # ====================== |
