Skip to content
This repository was archived by the owner on Nov 26, 2025. It is now read-only.

Commit 9c5e41d

Browse files
dpathakjjoachimschmidt557
authored andcommitted
Remove duplicate test.
On emacs 29.1 (but not an earlier emacs I tested with), ./run_tests.sh crashes due to this duplicate (`Error: error ("Test ‘test-imenu-enum’ redefined")` ...).
1 parent 3cf8ccb commit 9c5e41d

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

tests.el

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -391,16 +391,6 @@ const FooBarError = enum {};
391391
"Foo"
392392
"FooBarError"))))
393393

394-
(ert-deftest test-imenu-enum ()
395-
(test-imenu
396-
"
397-
pub const Foo = enum {};
398-
const FooBarError = enum {};
399-
"
400-
'(("Enum"
401-
"Foo"
402-
"FooBarError"))))
403-
404394
(ert-deftest test-imenu-all ()
405395
(test-imenu
406396
"

0 commit comments

Comments
 (0)