emacs-diffs
[Top][All Lists]
Advanced

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

master 4f24dee: ; Mark cl-flet indentation test as failing (bug#9622)


From: Mattias Engdegård
Subject: master 4f24dee: ; Mark cl-flet indentation test as failing (bug#9622)
Date: Thu, 30 Sep 2021 11:23:53 -0400 (EDT)

branch: master
commit 4f24dee67573832e55b8fced8a5ed71f7a5da774
Author: Mattias Engdegård <mattiase@acm.org>
Commit: Mattias Engdegård <mattiase@acm.org>

    ; Mark cl-flet indentation test as failing (bug#9622)
---
 test/lisp/progmodes/elisp-mode-tests.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/lisp/progmodes/elisp-mode-tests.el 
b/test/lisp/progmodes/elisp-mode-tests.el
index a2bd1b8..bc94aaa 100644
--- a/test/lisp/progmodes/elisp-mode-tests.el
+++ b/test/lisp/progmodes/elisp-mode-tests.el
@@ -1096,6 +1096,7 @@ evaluation of BODY."
     (should (unintern "f-test4---"))))
 
 (ert-deftest test-cl-flet-indentation ()
+  :expected-result :failed              ; FIXME: bug#9622
   (should (equal
            (with-temp-buffer
              (emacs-lisp-mode)



reply via email to

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