about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2023-03-26 17:34:40 +0000
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2023-03-26 17:34:40 +0000
commitd0547f4c99edeeb0d5f78c50bc73ef4e285d1781 (patch)
tree535836c5e9cae1161c5edaf702df0ae7290cd046
parentc0f2b10e15255059d6b3fb2171d894e471e9baee (diff)
downloadrust-d0547f4c99edeeb0d5f78c50bc73ef4e285d1781.tar.gz
rust-d0547f4c99edeeb0d5f78c50bc73ef4e285d1781.zip
Run ui/extern tests from the rustc test suite
-rwxr-xr-xscripts/test_rustc_tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/test_rustc_tests.sh b/scripts/test_rustc_tests.sh
index 527a505ccc4..8e8c81d22f3 100755
--- a/scripts/test_rustc_tests.sh
+++ b/scripts/test_rustc_tests.sh
@@ -10,7 +10,7 @@ pushd rust
 
 command -v rg >/dev/null 2>&1 || cargo install ripgrep
 
-rm -r tests/ui/{extern/,unsized-locals/,lto/,linkage*} || true
+rm -r tests/ui/{unsized-locals/,lto/,linkage*} || true
 for test in $(rg --files-with-matches "lto|// needs-asm-support|// needs-unwind" tests/{codegen-units,ui,incremental}); do
   rm $test
 done