Skip to content

Commit 0bd4706

Browse files
committed
Disable rustc test requiring rustdoc
1 parent fc8fbf4 commit 0bd4706

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
@@ -65,6 +65,7 @@ rm src/test/incremental/lto.rs # requires lto
6565

6666
rm -r src/test/run-make/emit-shared-files # requires the rustdoc executable in build/bin/
6767
rm -r src/test/run-make/unstable-flag-required # same
68+
rm -r src/test/run-make/rustdoc-scrape-examples-multiple # same
6869
rm -r src/test/run-make/emit-named-files # requires full --emit support
6970

7071
rm src/test/pretty/asm.rs # inline asm

0 commit comments

Comments
 (0)