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

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

[elpa] externals/eglot f9e16c0cf8 4/4: ; Unbreak tests (remove spurious


From: ELPA Syncer
Subject: [elpa] externals/eglot f9e16c0cf8 4/4: ; Unbreak tests (remove spurious char inserted by accident)
Date: Mon, 26 Sep 2022 06:57:34 -0400 (EDT)

branch: externals/eglot
commit f9e16c0cf86b327056f00ac514d2eb2ed248ba96
Author: João Távora <joaotavora@gmail.com>
Commit: João Távora <joaotavora@gmail.com>

    ; Unbreak tests (remove spurious char inserted by accident)
    
    * eglot-tests.el (eglot-server-programs-simple-missing-executable):
    Cleanup.
---
 eglot-tests.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eglot-tests.el b/eglot-tests.el
index c140578a6c..ffecd77d79 100644
--- a/eglot-tests.el
+++ b/eglot-tests.el
@@ -1061,7 +1061,7 @@ are bound to the useful return values of
       (should (equal guessed-contact '("some-executable"))))))
 
 (ert-deftest eglot-server-programs-simple-missing-executable ()
-v  (let ((eglot-server-programs '((foo-mode "a-missing-executable.exe")))
+  (let ((eglot-server-programs '((foo-mode "a-missing-executable.exe")))
         (major-mode 'foo-mode))
     (eglot--guessing-contact (interactive-p prompt-args guessed-class 
guessed-contact)
       (should (equal (not prompt-args) (not interactive-p)))



reply via email to

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