mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Silence byte-compiler in two tests
* test/lisp/obsolete/cl-tests.el (require): * test/lisp/simple-tests.el (simple-test-count-words-bug-41761): Silence byte-compiler.
This commit is contained in:
parent
c6fa0ad315
commit
af72f6d510
2 changed files with 3 additions and 2 deletions
|
|
@ -21,7 +21,8 @@
|
|||
|
||||
;;; Code:
|
||||
|
||||
(require 'cl)
|
||||
(with-no-warnings
|
||||
(require 'cl))
|
||||
(require 'ert)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue