emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 a015db9: * test/lisp/progmodes/sql-tests.el


From: Glenn Morris
Subject: [Emacs-diffs] emacs-26 a015db9: * test/lisp/progmodes/sql-tests.el
Date: Tue, 24 Oct 2017 01:02:55 -0400 (EDT)

branch: emacs-26
commit a015db90e345f70801781e710bb8d12e89bb048b
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * test/lisp/progmodes/sql-tests.el
    (sql-tests-postgres-list-databases-error): Silence compiler.
---
 test/lisp/progmodes/sql-tests.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/lisp/progmodes/sql-tests.el b/test/lisp/progmodes/sql-tests.el
index ad22906..15f5952 100644
--- a/test/lisp/progmodes/sql-tests.el
+++ b/test/lisp/progmodes/sql-tests.el
@@ -50,7 +50,7 @@
         (lambda (_command) t))
        ((symbol-function 'process-lines)
         (lambda (_program &rest _args)
-          (error))))
+          (error "some error"))))
     (should-not (sql-postgres-list-databases))))
 
 (provide 'sql-tests)



reply via email to

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