From: Mattias EngdegÄrd Date: Thu, 30 Sep 2021 15:22:29 +0000 (+0200) Subject: ; Mark cl-flet indentation test as failing (bug#9622) X-Git-Tag: emacs-28.0.90~492 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4f24dee67573832e55b8fced8a5ed71f7a5da774;p=emacs.git ; Mark cl-flet indentation test as failing (bug#9622) --- diff --git a/test/lisp/progmodes/elisp-mode-tests.el b/test/lisp/progmodes/elisp-mode-tests.el index a2bd1b8b275..bc94aaac1f9 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)