Skip to content
/ rust Public
forked from rust-lang/rust

Commit ba315ab

Browse files
committed
Fix rustc test suite
1 parent 66b1f3b commit ba315ab

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/test_rustc_tests.sh

-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ done
2727
git checkout -- tests/ui/issues/auxiliary/issue-3136-a.rs # contains //~ERROR, but shouldn't be removed
2828
git checkout -- tests/ui/proc-macro/pretty-print-hack/
2929
git checkout -- tests/ui/entry-point/auxiliary/bad_main_functions.rs
30-
rm tests/ui/parser/unclosed-delimiter-in-dep.rs # submodule contains //~ERROR
3130

3231
# missing features
3332
# ================
@@ -136,7 +135,6 @@ rm -r tests/run-make/incr-add-rust-src-component
136135
# ============
137136
rm -r tests/run-make/extern-fn-explicit-align # argument alignment not yet supported
138137
rm -r tests/run-make/panic-abort-eh_frame # .eh_frame emitted with panic=abort
139-
rm tests/ui/deprecation/deprecated_inline_threshold.rs # missing deprecation warning for -Cinline-threshold
140138

141139
# bugs in the test suite
142140
# ======================

0 commit comments

Comments
 (0)