Skip to content

Commit 9bad4b6

Browse files
committed
Fix rustc test suite
1 parent 7bdafb5 commit 9bad4b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/test_rustc_tests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ rm tests/ui/mir/mir_misc_casts.rs # depends on deduplication of constants
118118
rm tests/ui/mir/mir_raw_fat_ptr.rs # same
119119
rm tests/ui/consts/issue-33537.rs # same
120120
rm tests/ui/consts/const-mut-refs-crate.rs # same
121+
rm tests/ui/abi/large-byval-align.rs # exceeds implementation limit of Cranelift
121122

122123
# doesn't work due to the way the rustc test suite is invoked.
123124
# should work when using ./x.py test the way it is intended

0 commit comments

Comments
 (0)