Skip to content

Commit 187deca

Browse files
committed
Fix rustc test suite
1 parent 0231d65 commit 187deca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/test_rustc_tests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ rm -r tests/run-make/issue-88756-default-output
123123
# should work when using ./x.py test the way it is intended
124124
# ============================================================
125125
rm -r tests/run-make/remap-path-prefix-dwarf # requires llvm-dwarfdump
126+
rm -r tests/run-make/compiler-builtins # Expects lib/rustlib/src/rust to contains the standard library source
126127

127128
# genuine bugs
128129
# ============

0 commit comments

Comments
 (0)