From: Glenn Morris Date: Tue, 24 Oct 2017 05:02:46 +0000 (-0700) Subject: * test/lisp/progmodes/sql-tests.el X-Git-Tag: emacs-26.0.91~484 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a015db90e345f70801781e710bb8d12e89bb048b;p=emacs.git * test/lisp/progmodes/sql-tests.el (sql-tests-postgres-list-databases-error): Silence compiler. --- diff --git a/test/lisp/progmodes/sql-tests.el b/test/lisp/progmodes/sql-tests.el index ad22906ecf1..15f59529b2a 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)