* test/lisp/progmodes/sql-tests.el

(sql-tests-postgres-list-databases-error): Silence compiler.
This commit is contained in:
Glenn Morris 2017-10-23 22:02:46 -07:00
parent 529a9c09d3
commit a015db90e3

View file

@ -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)