summaryrefslogtreecommitdiff
path: root/test/lisp/obsolete/cl-tests.el
diff options
context:
space:
mode:
Diffstat (limited to 'test/lisp/obsolete/cl-tests.el')
-rw-r--r--test/lisp/obsolete/cl-tests.el3
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)