Skip to content

Commit 2f84e16

Browse files
committed
Fix rustc test suite
1 parent 3bd8045 commit 2f84e16

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
@@ -60,6 +60,7 @@ rm tests/ui/asm/x86_64/goto.rs # inline asm labels not supported
6060
rm tests/ui/simd/simd-bitmask-notpow2.rs # non-pow-of-2 simd vector sizes
6161
rm -r tests/run-make/embed-source-dwarf # embedding sources in debuginfo
6262
rm -r tests/run-make/used-proc-macro # used(linker) isn't supported yet
63+
rm tests/ui/attributes/fn-align-dyn.rs # per-function alignment not supported
6364

6465
# requires LTO
6566
rm -r tests/run-make/cdylib

0 commit comments

Comments
 (0)