* test/lisp/progmodes/sql-tests.el
(sql-tests-postgres-list-databases-error): Silence compiler.
This commit is contained in:
parent
529a9c09d3
commit
a015db90e3
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue