Skip to content

Commit

Permalink
Run ui/extern tests from the rustc test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Mar 26, 2023
1 parent c0f2b10 commit d0547f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test_rustc_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d0547f4

Please sign in to comment.