Skip to content

Commit

Permalink
Rollup merge of rust-lang#119628 - RalfJung:duplicate-test, r=compile…
Browse files Browse the repository at this point in the history
…r-errors

remove duplicate test

This was added in rust-lang@ace6fc3 where overflowing-rsh-6 differed from overflowing-rsh-5 in a feature gate, but the feature has since been stabilized, making the tests 100% identical.

Most of these tests in numbers-arithmetic could be put into one file rather than having so many files that all test the same lint... but it doesn't seem worth the effort. After rust-lang#119432 we might be able to remove most of them entirely as they will be covered by the new tests added there.
  • Loading branch information
compiler-errors committed Jan 6, 2024
2 parents 463b9a2 + 97c8238 commit 7ec840e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 23 deletions.
9 changes: 0 additions & 9 deletions tests/ui/numbers-arithmetic/overflowing-rsh-6.rs

This file was deleted.

14 changes: 0 additions & 14 deletions tests/ui/numbers-arithmetic/overflowing-rsh-6.stderr

This file was deleted.

0 comments on commit 7ec840e

Please sign in to comment.