diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-05-12 12:58:56 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-05-12 12:58:56 +0000 |
| commit | f6ba10deadda0ed11fcee5db5084f9e08f5c7bbd (patch) | |
| tree | 5cc95cbab9270c43d4352349bf3689e83142013a | |
| parent | 9b2a0984e9d6f8a89dc7dd154d26f4b518af4afd (diff) | |
| download | rust-f6ba10deadda0ed11fcee5db5084f9e08f5c7bbd.tar.gz rust-f6ba10deadda0ed11fcee5db5084f9e08f5c7bbd.zip | |
Fix rustc test suite
| -rwxr-xr-x | scripts/test_rustc_tests.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/test_rustc_tests.sh b/scripts/test_rustc_tests.sh index 23792955462..312fa06b42d 100755 --- a/scripts/test_rustc_tests.sh +++ b/scripts/test_rustc_tests.sh @@ -74,6 +74,7 @@ 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 # optimization tests # ================== |
