Skip to content

Commit 91afcca

Browse files
committed
Fix rustc testsuite
1 parent 00fd153 commit 91afcca

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
@@ -62,6 +62,7 @@ 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
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
65+
rm -r tests/ui/c-variadic/same-program-multiple-abis.rs # variadics for calling conventions other than C unsupported
6566

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

0 commit comments

Comments
 (0)