Skip to content

Commit d0547f4

Browse files
committed
Run ui/extern tests from the rustc test suite
1 parent c0f2b10 commit d0547f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test_rustc_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pushd rust
1010

1111
command -v rg >/dev/null 2>&1 || cargo install ripgrep
1212

13-
rm -r tests/ui/{extern/,unsized-locals/,lto/,linkage*} || true
13+
rm -r tests/ui/{unsized-locals/,lto/,linkage*} || true
1414
for test in $(rg --files-with-matches "lto|// needs-asm-support|// needs-unwind" tests/{codegen-units,ui,incremental}); do
1515
rm $test
1616
done

0 commit comments

Comments
 (0)