From a015db90e345f70801781e710bb8d12e89bb048b Mon Sep 17 00:00:00 2001
From: Glenn Morris <rgm@gnu.org>
Date: Mon, 23 Oct 2017 22:02:46 -0700
Subject: [PATCH] * 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 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)
-- 
2.39.5