summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMattias EngdegÄrd <mattiase@acm.org>2023-07-01 12:26:15 +0200
committerMattias EngdegÄrd <mattiase@acm.org>2023-07-01 12:33:16 +0200
commite339d0080d33a17bb1dee84160db7d89de8502cd (patch)
treee5ff7fda9ebde0a78e40ac60fc09572b09d853ea
parentedd36786e1eb9d3c17d4a36bd13fc9f6b2090c85 (diff)
downloademacs-e339d0080d33a17bb1dee84160db7d89de8502cd.tar.gz
; * test/lisp/misc-tests.el (ert): require misc to avoid warning
-rw-r--r--test/lisp/misc-tests.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lisp/misc-tests.el b/test/lisp/misc-tests.el
index ea27ea1653b..54bb44b7d01 100644
--- a/test/lisp/misc-tests.el
+++ b/test/lisp/misc-tests.el
@@ -24,6 +24,7 @@
;;; Code:
(require 'ert)
+(require 'misc)
(defmacro with-misc-test (original result &rest body)
(declare (indent 2))