summaryrefslogtreecommitdiff
path: root/test/lisp/international/ccl-tests.el
diff options
context:
space:
mode:
Diffstat (limited to 'test/lisp/international/ccl-tests.el')
-rw-r--r--test/lisp/international/ccl-tests.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/lisp/international/ccl-tests.el b/test/lisp/international/ccl-tests.el
index 3581cd784f0..c8a5512d6f0 100644
--- a/test/lisp/international/ccl-tests.el
+++ b/test/lisp/international/ccl-tests.el
@@ -94,6 +94,9 @@ At EOF:
(ccl-dump prog-pgg-code)
(should (equal (buffer-string) prog-pgg-dump))))
+(defvar pgg-parse-crc24)
+(declare-function pgg-parse-crc24-string "pgg-parse" (string))
+
(ert-deftest pgg-parse-crc24 ()
;; Compiler
(require 'pgg)