Skip to content

Commit 878f319

Browse files
committed
Fix rustc test suite
1 parent 0056e56 commit 878f319

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
@@ -63,6 +63,7 @@ rm -r tests/run-make/used-proc-macro # used(linker) isn't supported yet
6363
rm tests/ui/linking/no-gc-encapsulation-symbols.rs # same
6464
rm tests/ui/attributes/fn-align-dyn.rs # per-function alignment not supported
6565
rm -r tests/ui/c-variadic/same-program-multiple-abis.rs # variadics for calling conventions other than C unsupported
66+
rm -r tests/ui/explicit-tail-calls # tail calls
6667

6768
# requires LTO
6869
rm -r tests/run-make/cdylib

0 commit comments

Comments
 (0)