mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: emacs-go-mode: Fix build.
* gnu/packages/emacs-xyz.scm (emacs-go-mode)[fix-tests]: Also fix duplicate “go--fill-paragraph-block-region” test.
This commit is contained in:
parent
95ddf01d11
commit
74873c5746
1 changed files with 3 additions and 1 deletions
|
@ -4873,7 +4873,9 @@ (define-public emacs-go-mode
|
|||
(make-file-writable test-file)
|
||||
(substitute* test-file
|
||||
(("testdata/indentation_tests/" all)
|
||||
(string-append "test/" all)))))))))
|
||||
(string-append "test/" all)))
|
||||
(ert-number-tests "test/go-fill-paragraph-test.el"
|
||||
"go--fill-paragraph-block-region")))))))
|
||||
(build-system emacs-build-system)
|
||||
(native-inputs (list emacs-ert-runner))
|
||||
(home-page "https://github.com/dominikh/go-mode.el")
|
||||
|
|
Loading…
Reference in a new issue