emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/swift-mode b135df3 316/496: Fix output messages of the tes


From: ELPA Syncer
Subject: [nongnu] elpa/swift-mode b135df3 316/496: Fix output messages of the test
Date: Sun, 29 Aug 2021 11:33:58 -0400 (EDT)

branch: elpa/swift-mode
commit b135df3a2df146fc4c4b4e35a63a923579d9272b
Author: taku0 <mxxouy6x3m_github@tatapa.org>
Commit: taku0 <mxxouy6x3m_github@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"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]