Skip to content

Commit

Permalink
Rollup merge of #128262 - DianQK:remove-unused-tests, r=saethlin
Browse files Browse the repository at this point in the history
Delete `SimplifyArmIdentity` and `SimplifyBranchSame` tests

These two passes have already been deleted in #107256. I'm not sure why tidy didn't catch it.

As regression tests, I didn't delete `tests/ui/mir/issue-66851.rs` and `tests/ui/mir/simplify-branch-same.rs`.

r? compiler
  • Loading branch information
tgross35 authored Jul 27, 2024
2 parents 2b58d8c + 9aed384 commit 356f190
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 436 deletions.
34 changes: 0 additions & 34 deletions tests/codegen/try_identity.rs

This file was deleted.

89 changes: 0 additions & 89 deletions tests/mir-opt/simplify_arm.id_try.SimplifyArmIdentity.diff

This file was deleted.

89 changes: 0 additions & 89 deletions tests/mir-opt/simplify_arm.id_try.SimplifyBranchSame.diff

This file was deleted.

50 changes: 0 additions & 50 deletions tests/mir-opt/simplify_arm.rs

This file was deleted.

26 changes: 0 additions & 26 deletions tests/mir-opt/simplify_arm_identity.rs

This file was deleted.

44 changes: 0 additions & 44 deletions tests/mir-opt/simplify_try_if_let.rs

This file was deleted.

Loading

0 comments on commit 356f190

Please sign in to comment.