Skip to content

Commit 03505e8

Browse files
committed
Fix rustc test suite
1 parent cdab4cc commit 03505e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test_rustc_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +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
65+
rm tests/ui/c-variadic/same-program-multiple-abis-x86_64.rs # variadics for calling conventions other than C unsupported
6666
rm -r tests/ui/explicit-tail-calls # tail calls
6767

6868
# requires LTO

0 commit comments

Comments
 (0)