Skip to content

Commit

Permalink
Merge pull request #496 from phst/dup
Browse files Browse the repository at this point in the history
Don’t duplicate test name.
  • Loading branch information
psibi committed Apr 26, 2023
2 parents 22fff6a + 8e85850 commit e443ccf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rust-mode-tests.el
Original file line number Diff line number Diff line change
Expand Up @@ -2797,7 +2797,7 @@ fn foo<T:Fn() -> X<Y>>() -> Z {
)
))

(ert-deftest rust-test-paren-matching-lt-ops-in-fn-params ()
(ert-deftest rust-test-paren-matching-lt-ops-in-fn-params-1 ()
(rust-test-matching-parens
"
fn foo(x:i32) {
Expand All @@ -2809,7 +2809,7 @@ fn foo(x:i32) {
)
))

(ert-deftest rust-test-paren-matching-lt-ops-in-fn-params ()
(ert-deftest rust-test-paren-matching-lt-ops-in-fn-params-2 ()
(rust-test-matching-parens
"
fn foo(x:i32) -> bool {
Expand Down

0 comments on commit e443ccf

Please sign in to comment.