emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/rust-mode e443ccf288 2/2: Merge pull request #496 from phs


From: ELPA Syncer
Subject: [nongnu] elpa/rust-mode e443ccf288 2/2: Merge pull request #496 from phst/dup
Date: Wed, 26 Apr 2023 11:01:56 -0400 (EDT)

branch: elpa/rust-mode
commit e443ccf2884028d3b6cc550ff20e7c92dadccb68
Merge: 22fff6a049 8e85850cdb
Author: Sibi Prabakaran <sibi@psibi.in>
Commit: GitHub <noreply@github.com>

    Merge pull request #496 from phst/dup
    
    Don’t duplicate test name.
---
 rust-mode-tests.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rust-mode-tests.el b/rust-mode-tests.el
index c1d0501b34..3b23046ca7 100644
--- a/rust-mode-tests.el
+++ b/rust-mode-tests.el
@@ -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) {
@@ -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 {



reply via email to

[Prev in Thread] Current Thread [Next in Thread]