Skip to content

Commit ce55e36

Browse files
authored
Rollup merge of #153928 - cyrgani:test-test-tes, r=Kivooeo
remove several redundant tests Remove the following tests: * `binding/match-naked-record.rs`: duplicate of `binding/match-naked-record-expr.rs` * `issues/issue-5192.rs`: duplicate of `box/unit/unique-object-move.rs` * `macros/unreachable.rs`: duplicate of `macros/unreachable-macro-panic.rs` * `issues/issue-4830.rs`: this used to test that a parsing error was emitted for obsolete `~` syntax, this was removed long ago * `moves/array-copy-move.rs`: this used to test that calling methods on a vec with type error elements did not ICE. It no longer makes sense since it contains no method call and the integers do not cause type errors anymore.
2 parents 7514258 + 6dcb85d commit ce55e36

5 files changed

Lines changed: 0 additions & 75 deletions

File tree

tests/ui/binding/match-naked-record.rs

Lines changed: 0 additions & 12 deletions
This file was deleted.

tests/ui/issues/issue-4830.rs

Lines changed: 0 additions & 10 deletions
This file was deleted.

tests/ui/issues/issue-5192.rs

Lines changed: 0 additions & 38 deletions
This file was deleted.

tests/ui/macros/unreachable.rs

Lines changed: 0 additions & 7 deletions
This file was deleted.

tests/ui/moves/array-copy-move.rs

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)