diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-03-25 14:29:11 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-03-25 14:29:11 +0000 |
| commit | 187decaf18a2ceb9d1e8e04bd273de807318526b (patch) | |
| tree | 5ddb19aa9f8ac43e84bcb1cd061484e640d016d3 | |
| parent | 0231d65cec8e6e48a0e46f1e285901f743d05896 (diff) | |
| download | rust-187decaf18a2ceb9d1e8e04bd273de807318526b.tar.gz rust-187decaf18a2ceb9d1e8e04bd273de807318526b.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 b7808b6f4c3..d3d1477bdec 100755 --- a/scripts/test_rustc_tests.sh +++ b/scripts/test_rustc_tests.sh @@ -123,6 +123,7 @@ rm -r tests/run-make/issue-88756-default-output # should work when using ./x.py test the way it is intended # ============================================================ rm -r tests/run-make/remap-path-prefix-dwarf # requires llvm-dwarfdump +rm -r tests/run-make/compiler-builtins # Expects lib/rustlib/src/rust to contains the standard library source # genuine bugs # ============ |
