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

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

[nongnu] elpa/zig-mode 9c5e41d6a0 3/3: Remove duplicate test.


From: ELPA Syncer
Subject: [nongnu] elpa/zig-mode 9c5e41d6a0 3/3: Remove duplicate test.
Date: Sat, 21 Jan 2023 08:00:00 -0500 (EST)

branch: elpa/zig-mode
commit 9c5e41d6a0a8d8e081dd2dc9b57696435eebbc30
Author: David Pathakjee <dpathakjee@gmail.com>
Commit: Joachim Schmidt <joachim.schmidt557@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
    "



reply via email to

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