summaryrefslogtreecommitdiff
path: root/testing/lisp/test-ob-calc.el
diff options
context:
space:
mode:
Diffstat (limited to 'testing/lisp/test-ob-calc.el')
-rw-r--r--testing/lisp/test-ob-calc.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/lisp/test-ob-calc.el b/testing/lisp/test-ob-calc.el
index 12f9727..f6e8a5a 100644
--- a/testing/lisp/test-ob-calc.el
+++ b/testing/lisp/test-ob-calc.el
@@ -21,7 +21,7 @@
(require 'ob-calc)
(unless (featurep 'ob-calc)
- (signal 'missing-test-dependency "Support for Calc code blocks"))
+ (signal 'missing-test-dependency '("Support for Calc code blocks")))
(ert-deftest ob-calc/simple-program-mult ()
"Test of simple multiplication."