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:
Liliana Marie Prikler 2023-09-15 19:18:14 +02:00
parent 95ddf01d11
commit 74873c5746
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -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")