Skip to content

Commit b0c23f7

Browse files
committed
Fix rustc test suite
1 parent 4807c29 commit b0c23f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/test_rustc_tests.sh

+1
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ rm -r tests/run-make/translation # same
130130
rm -r tests/run-make/missing-unstable-trait-bound # This disables support for unstable features, but running cg_clif needs some unstable features
131131
rm -r tests/run-make/const-trait-stable-toolchain # same
132132
rm -r tests/run-make/incr-add-rust-src-component
133+
rm tests/ui/errors/remap-path-prefix-sysroot.rs # different sysroot source path
133134

134135
# genuine bugs
135136
# ============

0 commit comments

Comments
 (0)