diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-05-19 13:37:01 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-05-19 13:37:01 +0000 |
| commit | 8cea8a78409ae5db5ac5d9f15bd4497d5bba0734 (patch) | |
| tree | cbecac4aed4d64a89f6bec569d9d3128cf993571 | |
| parent | bff31bdcbc016c425f5027d7b15e3a1aad8a717c (diff) | |
| download | rust-8cea8a78409ae5db5ac5d9f15bd4497d5bba0734.tar.gz rust-8cea8a78409ae5db5ac5d9f15bd4497d5bba0734.zip | |
Fix rustc test suite
| -rwxr-xr-x | scripts/test_rustc_tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/test_rustc_tests.sh b/scripts/test_rustc_tests.sh index 689cda21643..ec29efa05fb 100755 --- a/scripts/test_rustc_tests.sh +++ b/scripts/test_rustc_tests.sh @@ -60,13 +60,13 @@ rm tests/ui/asm/x86_64/goto.rs # inline asm labels not supported # requires LTO rm -r tests/run-make/cdylib -rm -r tests/run-make/issue-14500 rm -r tests/run-make/issue-64153 rm -r tests/run-make/codegen-options-parsing rm -r tests/run-make/lto-* rm -r tests/run-make/reproducible-build-2 rm -r tests/run-make/issue-109934-lto-debuginfo rm -r tests/run-make/no-builtins-lto +rm -r tests/run-make/reachable-extern-fn-available-lto # optimization tests # ================== |
