diff options
Diffstat (limited to 'test/lisp/obsolete')
-rw-r--r-- | test/lisp/obsolete/cl-tests.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/lisp/obsolete/cl-tests.el b/test/lisp/obsolete/cl-tests.el index 37061df0a7a..3f3fda3638e 100644 --- a/test/lisp/obsolete/cl-tests.el +++ b/test/lisp/obsolete/cl-tests.el @@ -21,7 +21,8 @@ ;;; Code: -(require 'cl) +(with-no-warnings + (require 'cl)) (require 'ert) |