diff options
| author | Sibi Prabakaran <sibi@psibi.in> | 2023-04-26 20:24:56 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-26 20:24:56 +0530 |
| commit | e443ccf2884028d3b6cc550ff20e7c92dadccb68 (patch) | |
| tree | 91ccf0c6243a17878b0611f53b93f183e1c898a6 /rust-mode-tests.el | |
| parent | 22fff6a049402584e7120146c3db141c6f530bf6 (diff) | |
| parent | 8e85850cdba5cbe265d974e63b84b54a9bc9133e (diff) | |
| download | rust-mode-e443ccf2884028d3b6cc550ff20e7c92dadccb68.tar.gz | |
Merge pull request #496 from phst/dup
Don’t duplicate test name.
Diffstat (limited to 'rust-mode-tests.el')
| -rw-r--r-- | rust-mode-tests.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rust-mode-tests.el b/rust-mode-tests.el index c1d0501..3b23046 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 { |
