branch: elpa/swift-mode commit b135df3a2df146fc4c4b4e35a63a923579d9272b Author: taku0 <mxxouy6x3m_git...@tatapa.org> Commit: taku0 <mxxouy6x3m_git...@tatapa.org>
Fix output messages of the test --- test/swift-mode-test-indent.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/test/swift-mode-test-indent.el b/test/swift-mode-test-indent.el index e1a5db9..aee43d6 100644 --- a/test/swift-mode-test-indent.el +++ b/test/swift-mode-test-indent.el @@ -53,7 +53,11 @@ Return the error-buffer" (let ((error-buffer (if noninteractive nil (swift-mode:setup-error-buffer))) (current-line 0) - (error-counts '((error . 0) (warning . 0) (info . 0) (ok . 0)))) + (error-counts (list + (cons 'error 0) + (cons 'warning 0) + (cons 'info 0) + (cons 'ok 0)))) (setq default-directory (concat (file-name-as-directory swift-mode:test:basedir) "swift-files"))