Skip to content

Commit e443ccf

Browse files
authored
Merge pull request #496 from phst/dup
Don’t duplicate test name.
2 parents 22fff6a + 8e85850 commit e443ccf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rust-mode-tests.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2797,7 +2797,7 @@ fn foo<T:Fn() -> X<Y>>() -> Z {
27972797
)
27982798
))
27992799

2800-
(ert-deftest rust-test-paren-matching-lt-ops-in-fn-params ()
2800+
(ert-deftest rust-test-paren-matching-lt-ops-in-fn-params-1 ()
28012801
(rust-test-matching-parens
28022802
"
28032803
fn foo(x:i32) {
@@ -2809,7 +2809,7 @@ fn foo(x:i32) {
28092809
)
28102810
))
28112811

2812-
(ert-deftest rust-test-paren-matching-lt-ops-in-fn-params ()
2812+
(ert-deftest rust-test-paren-matching-lt-ops-in-fn-params-2 ()
28132813
(rust-test-matching-parens
28142814
"
28152815
fn foo(x:i32) -> bool {

0 commit comments

Comments
 (0)