Skip to content

Commit 8cea8a7

Browse files
committed
Fix rustc test suite
1 parent bff31bd commit 8cea8a7

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
@@ -60,13 +60,13 @@ rm tests/ui/asm/x86_64/goto.rs # inline asm labels not supported
6060

6161
# requires LTO
6262
rm -r tests/run-make/cdylib
63-
rm -r tests/run-make/issue-14500
6463
rm -r tests/run-make/issue-64153
6564
rm -r tests/run-make/codegen-options-parsing
6665
rm -r tests/run-make/lto-*
6766
rm -r tests/run-make/reproducible-build-2
6867
rm -r tests/run-make/issue-109934-lto-debuginfo
6968
rm -r tests/run-make/no-builtins-lto
69+
rm -r tests/run-make/reachable-extern-fn-available-lto
7070

7171
# optimization tests
7272
# ==================

0 commit comments

Comments
 (0)