branch: elpa/zig-mode commit 9c5e41d6a0a8d8e081dd2dc9b57696435eebbc30 Author: David Pathakjee <dpathak...@gmail.com> Commit: Joachim Schmidt <joachim.schmidt...@outlook.com>
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")` ...). --- tests.el | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/tests.el b/tests.el index a24c17ce9a..ef7f8e0b97 100644 --- a/tests.el +++ b/tests.el @@ -391,16 +391,6 @@ const FooBarError = enum {}; "Foo" "FooBarError")))) -(ert-deftest test-imenu-enum () - (test-imenu - " -pub const Foo = enum {}; -const FooBarError = enum {}; -" - '(("Enum" - "Foo" - "FooBarError")))) - (ert-deftest test-imenu-all () (test-imenu "