diff options
Diffstat (limited to 'testing/lisp/test-ob-sql.el')
| -rw-r--r-- | testing/lisp/test-ob-sql.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/lisp/test-ob-sql.el b/testing/lisp/test-ob-sql.el index 9197415..ac8a1cc 100644 --- a/testing/lisp/test-ob-sql.el +++ b/testing/lisp/test-ob-sql.el @@ -21,7 +21,7 @@ ;;; Code: (unless (featurep 'ob-sql) - (signal 'missing-test-dependency "Support for sql code blocks")) + (signal 'missing-test-dependency '("Support for sql code blocks"))) (defmacro ob-sql/command (&rest body) "Execute body and return the command that would have been executed." |
