summaryrefslogtreecommitdiff
path: root/testing/lisp/test-ob-lua.el
diff options
context:
space:
mode:
Diffstat (limited to 'testing/lisp/test-ob-lua.el')
-rw-r--r--testing/lisp/test-ob-lua.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/lisp/test-ob-lua.el b/testing/lisp/test-ob-lua.el
index 0a60c68..864d510 100644
--- a/testing/lisp/test-ob-lua.el
+++ b/testing/lisp/test-ob-lua.el
@@ -20,7 +20,7 @@
;;; Code:
(unless (featurep 'ob-lua)
- (signal 'missing-test-dependency "Support for Lua code blocks"))
+ (signal 'missing-test-dependency '("Support for Lua code blocks")))
(ert-deftest test-ob-lua/simple-value ()
"Test associative array return by value."