projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2075411
)
; Mark cl-flet indentation test as failing (bug#9622)
author
Mattias Engdegård
<mattiase@acm.org>
Thu, 30 Sep 2021 15:22:29 +0000
(17:22 +0200)
committer
Mattias Engdegård
<mattiase@acm.org>
Thu, 30 Sep 2021 15:23:20 +0000
(17:23 +0200)
test/lisp/progmodes/elisp-mode-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/progmodes/elisp-mode-tests.el
b/test/lisp/progmodes/elisp-mode-tests.el
index a2bd1b8b275f0cbdeac3588d7ddd1b3d2d7398b5..bc94aaac1f9f8854e3370d2bd77562ec051747d7 100644
(file)
--- 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)