diff --git a/dev/examples-to-tests.el b/dev/examples-to-tests.el index a8f8ab2..7673cbe 100644 --- a/dev/examples-to-tests.el +++ b/dev/examples-to-tests.el @@ -30,7 +30,7 @@ `(should (approx-equal ,actual ,expected))) ((eq sym '!!>) ;; FIXME: Tests fail on Emacs 24-25 without `eval' for some reason. - `(should-error (eval ',actual lexical-binding) :type ',expected)) + `(should-error (eval ',actual ,lexical-binding) :type ',expected)) ((error "Invalid test case: %S" `(,actual ,sym ,expected))))) (defmacro defexamples (cmd &rest examples)