Skip to content

Commit 296501b

Browse files
committed
Fix rustc test suite
1 parent bb6f965 commit 296501b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/test_rustc_tests.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,7 @@ rm -r tests/ui/instrument-coverage/
8787
# ==================
8888
rm tests/ui/codegen/issue-28950.rs # depends on stack size optimizations
8989
rm tests/ui/codegen/init-large-type.rs # same
90-
rm -r tests/run-make/fmt-write-bloat/ # tests an optimization
91-
rm tests/ui/statics/const_generics.rs # same
90+
rm tests/ui/statics/const_generics.rs # tests an optimization
9291
rm tests/ui/linking/executable-no-mangle-strip.rs # requires --gc-sections to work for statics
9392

9493
# backend specific tests

0 commit comments

Comments
 (0)