Skip to content

Commit 87c661e

Browse files
committed
Re-enable some rustc tests
1 parent 959755f commit 87c661e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/test_rustc_tests.sh

Lines changed: 1 addition & 2 deletions
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/{unsized-locals/,lto/,linkage*} || true
13+
rm -r tests/ui/{lto/,linkage*} || true
1414
for test in $(rg --files-with-matches "lto" tests/{codegen-units,ui,incremental}); do
1515
rm $test
1616
done
@@ -39,7 +39,6 @@ rm tests/ui/simd/intrinsic/generic-arithmetic-pass.rs # unimplemented simd_funne
3939
# exotic linkages
4040
rm tests/incremental/hashes/function_interfaces.rs
4141
rm tests/incremental/hashes/statics.rs
42-
rm -r tests/run-make/naked-symbol-visibility
4342

4443
# variadic arguments
4544
rm tests/ui/abi/mir/mir_codegen_calls_variadic.rs # requires float varargs

0 commit comments

Comments
 (0)