1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-03 08:30:09 +00:00

; Mark cl-flet indentation test as failing (bug#9622)

This commit is contained in:
Mattias Engdegård 2021-09-30 17:22:29 +02:00
parent 2075411edb
commit 4f24dee675

View File

@ -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)