summaryrefslogtreecommitdiff
path: root/testing/lisp/test-ob-clojure.el
diff options
context:
space:
mode:
Diffstat (limited to 'testing/lisp/test-ob-clojure.el')
-rw-r--r--testing/lisp/test-ob-clojure.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/lisp/test-ob-clojure.el b/testing/lisp/test-ob-clojure.el
index 33052c9..4836917 100644
--- a/testing/lisp/test-ob-clojure.el
+++ b/testing/lisp/test-ob-clojure.el
@@ -25,7 +25,7 @@
;;; Code:
(unless (featurep 'ob-clojure)
- (signal 'missing-test-dependency "Support for Clojure code blocks"))
+ (signal 'missing-test-dependency '("Support for Clojure code blocks")))
;; FIXME: The old tests where totally off. We need to write new tests.