Skip to content

Commit 89f54ca

Browse files
committed
Reenable fixed rustc tests
1 parent d37f6d8 commit 89f54ca

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

scripts/test_rustc_tests.sh

-6
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,6 @@ pushd rust
1010

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

13-
# FIXME remove this workaround once ICE tests no longer emit an outdated nightly message
14-
for test in $(rg -i --files-with-matches "//@(\[.*\])? failure-status: 101" tests/ui); do
15-
echo "rm $test"
16-
rm $test
17-
done
18-
1913
rm -r tests/ui/{unsized-locals/,lto/,linkage*} || true
2014
for test in $(rg --files-with-matches "lto" tests/{codegen-units,ui,incremental}); do
2115
rm $test

0 commit comments

Comments
 (0)