1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-23 00:10:48 -08: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)