From 97a92ea6b268b02afbbe6d14406dfbd671700833 Mon Sep 17 00:00:00 2001 From: bjorn3 Date: Thu, 16 Dec 2021 14:36:02 +0100 Subject: [PATCH] Rustc tests: ignore a couple more rustdoc tests --- scripts/test_rustc_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test_rustc_tests.sh b/scripts/test_rustc_tests.sh index 43e090c63c51..99fddf5361e4 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