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 X>() -> 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 {