diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2021-12-16 14:36:02 +0100 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2021-12-16 14:36:02 +0100 |
| commit | 97a92ea6b268b02afbbe6d14406dfbd671700833 (patch) | |
| tree | a292575d27daf027b3c8ed42f214d809dac07bd3 | |
| parent | d0f97fc03902ade979ede7cd9b51aff30e7822b9 (diff) | |
| download | rust-97a92ea6b268b02afbbe6d14406dfbd671700833.tar.gz rust-97a92ea6b268b02afbbe6d14406dfbd671700833.zip | |
Rustc tests: ignore a couple more rustdoc tests
| -rwxr-xr-x | scripts/test_rustc_tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/test_rustc_tests.sh b/scripts/test_rustc_tests.sh index 43e090c63c5..99fddf5361e 100755 --- a/scripts/test_rustc_tests.sh +++ b/scripts/test_rustc_tests.sh @@ -66,7 +66,7 @@ rm src/test/incremental/lto.rs # requires lto rm -r src/test/run-make/emit-shared-files # requires the rustdoc executable in build/bin/ rm -r src/test/run-make/unstable-flag-required # same -rm -r src/test/run-make/rustdoc-scrape-* # same +rm -r src/test/run-make/rustdoc-* # same rm -r src/test/run-make/emit-named-files # requires full --emit support rm src/test/pretty/asm.rs # inline asm |
