Skip to content

Commit 45781e1

Browse files
committed
Fix rustc test suite
1 parent 5d592ea commit 45781e1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/test_rustc_tests.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ rm tests/ui/lint/lint-const-item-mutation.rs # same
116116
rm tests/ui/pattern/usefulness/doc-hidden-non-exhaustive.rs # same
117117
rm tests/ui/suggestions/derive-trait-for-method-call.rs # same
118118
rm tests/ui/typeck/issue-46112.rs # same
119+
rm tests/ui/consts/const_cmp_type_id.rs # same
120+
rm tests/ui/consts/issue-73976-monomorphic.rs # same
119121

120122
# rustdoc-clif passes extra args, suppressing the help message when no args are passed
121123
rm -r tests/run-make/issue-88756-default-output
@@ -139,6 +141,7 @@ rm -r tests/run-make/multiple-emits # same
139141
rm -r tests/run-make/output-type-permutations # same
140142
rm -r tests/run-make/used # same
141143
rm -r tests/run-make/no-alloc-shim
144+
rm -r tests/run-make/emit-to-stdout
142145

143146
# bugs in the test suite
144147
# ======================

0 commit comments

Comments
 (0)