diff options
| author | Mattias EngdegÄrd | 2023-07-01 12:26:15 +0200 |
|---|---|---|
| committer | Mattias EngdegÄrd | 2023-07-01 12:33:16 +0200 |
| commit | e339d0080d33a17bb1dee84160db7d89de8502cd (patch) | |
| tree | e5ff7fda9ebde0a78e40ac60fc09572b09d853ea | |
| parent | edd36786e1eb9d3c17d4a36bd13fc9f6b2090c85 (diff) | |
| download | emacs-e339d0080d33a17bb1dee84160db7d89de8502cd.tar.gz emacs-e339d0080d33a17bb1dee84160db7d89de8502cd.zip | |
; * test/lisp/misc-tests.el (ert): require misc to avoid warning
| -rw-r--r-- | test/lisp/misc-tests.el | 1 |
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 @@ | |||
| 24 | ;;; Code: | 24 | ;;; Code: |
| 25 | 25 | ||
| 26 | (require 'ert) | 26 | (require 'ert) |
| 27 | (require 'misc) | ||
| 27 | 28 | ||
| 28 | (defmacro with-misc-test (original result &rest body) | 29 | (defmacro with-misc-test (original result &rest body) |
| 29 | (declare (indent 2)) | 30 | (declare (indent 2)) |