diff options
author | Mattias EngdegÄrd <mattiase@acm.org> | 2021-09-30 17:22:29 +0200 |
---|---|---|
committer | Mattias EngdegÄrd <mattiase@acm.org> | 2021-09-30 17:23:20 +0200 |
commit | 4f24dee67573832e55b8fced8a5ed71f7a5da774 (patch) | |
tree | f2709f58bee80d55434dda8bd7fe30d550f15810 /test | |
parent | 2075411edbad954c0fdf2aa141757d834a6708b7 (diff) | |
download | emacs-4f24dee67573832e55b8fced8a5ed71f7a5da774.tar.gz emacs-4f24dee67573832e55b8fced8a5ed71f7a5da774.tar.bz2 emacs-4f24dee67573832e55b8fced8a5ed71f7a5da774.zip |
; Mark cl-flet indentation test as failing (bug#9622)
Diffstat (limited to 'test')
-rw-r--r-- | test/lisp/progmodes/elisp-mode-tests.el | 1 |
1 files changed, 1 insertions, 0 deletions
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) |