Skip to content

Commit e18201d

Browse files
committed
Fix rustc test suite
1 parent f5a192b commit e18201d

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
@@ -83,6 +83,7 @@ rm -r tests/run-make/symbols-include-type-name # --emit=asm not supported
8383
rm -r tests/run-make/target-specs # i686 not supported by Cranelift
8484
rm -r tests/run-make/mismatching-target-triples # same
8585
rm tests/ui/asm/x86_64/issue-96797.rs # const and sym inline asm operands don't work entirely correctly
86+
rm tests/ui/asm/x86_64/goto.rs # inline asm labels not supported
8687

8788
# requires LTO
8889
rm -r tests/run-make/cdylib

0 commit comments

Comments
 (0)