gnu: emacs-haskell-mode: Delete test failing on Emacs 27.1.
* gnu/packages/emacs-xyz.scm (emacs-haskell-mode)[arguments]<delete-failing-tests>: Add "haskell-indent-tests.el" to list of deleted tests as it currently fails on Emacs 27.1 https://github.com/haskell/haskell-mode/issues/1714
This commit is contained in:
parent
73a3085e34
commit
d560a2c781
1 changed files with 6 additions and 1 deletions
|
@ -959,8 +959,13 @@ replacement.")
|
||||||
;; native input.
|
;; native input.
|
||||||
(lambda _
|
(lambda _
|
||||||
(with-directory-excursion "tests"
|
(with-directory-excursion "tests"
|
||||||
|
;; File `haskell-indent-tests.el' fails with
|
||||||
|
;; `haskell-indent-put-region-in-literate-2'
|
||||||
|
;; on Emacs 27.1+
|
||||||
|
;; XXX: https://github.com/haskell/haskell-mode/issues/1714
|
||||||
(for-each delete-file
|
(for-each delete-file
|
||||||
'("haskell-customize-tests.el"
|
'("haskell-indent-tests.el"
|
||||||
|
"haskell-customize-tests.el"
|
||||||
"inferior-haskell-tests.el")))
|
"inferior-haskell-tests.el")))
|
||||||
#t))
|
#t))
|
||||||
(replace 'install
|
(replace 'install
|
||||||
|
|
Reference in a new issue