Skip to content

Commit 503612e

Browse files
committed
Fix rustc testsuite
1 parent fb6de82 commit 503612e

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/linking/no-gc-encapsulation-symbols.rs # same
6364
rm tests/ui/attributes/fn-align-dyn.rs # per-function alignment not supported
6465

6566
# requires LTO

0 commit comments

Comments
 (0)