diff --git a/test-suite/tests/elisp-compiler.test b/test-suite/tests/elisp-compiler.test index 61f0acd81..61b6f5f1d 100644 --- a/test-suite/tests/elisp-compiler.test +++ b/test-suite/tests/elisp-compiler.test @@ -26,7 +26,7 @@ ; Macros to handle the compilation conveniently. (define-syntax compile-test - (syntax-rules (pass-if pass-if-exception) + (syntax-rules (pass-if pass-if-equal pass-if-exception) ((_ (pass-if test-name exp)) (pass-if test-name (compile 'exp #:from 'elisp #:to 'value))) ((_ (pass-if test-name exp #:opts opts))