me
/
guix
Archived
1
0
Fork 0

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.
master
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
1 changed files with 3 additions and 1 deletions

View File

@ -4873,7 +4873,9 @@ current match, total matches and exit status.
(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")