Skip to content

Commit e82b533

Browse files
committed
Fix rustc test suite
1 parent e595d03 commit e82b533

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/test_rustc_tests.sh

+2
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ rm -r tests/ui/instrument-coverage/
7676
rm tests/ui/half-open-range-patterns/half-open-range-pats-semantics.rs
7777
rm tests/ui/asm/aarch64/type-f16.rs
7878
rm tests/ui/float/conv-bits-runtime-const.rs
79+
rm tests/ui/consts/const-eval/float_methods.rs
80+
rm tests/ui/match/match-float.rs
7981

8082
# optimization tests
8183
# ==================

0 commit comments

Comments
 (0)