Skip to content

Commit 3ff8e7b

Browse files
committed
Fix rustc test suite
1 parent 1095e01 commit 3ff8e7b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/test_rustc_tests.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,8 @@ rm -r tests/run-make/extern-fn-explicit-align # argument alignment not yet suppo
139139

140140
rm tests/ui/codegen/subtyping-enforces-type-equality.rs # assert_assignable bug with Coroutine's
141141

142+
rm -r tests/ui/packed # rust-lang/rust#118537
143+
142144
# bugs in the test suite
143145
# ======================
144146
rm tests/ui/backtrace.rs # TODO warning

0 commit comments

Comments
 (0)