aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/lisp/emacs-lisp/bytecomp-tests.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lisp/emacs-lisp/bytecomp-tests.el b/test/lisp/emacs-lisp/bytecomp-tests.el
index 5bad1ce41a8..9ade47331df 100644
--- a/test/lisp/emacs-lisp/bytecomp-tests.el
+++ b/test/lisp/emacs-lisp/bytecomp-tests.el
@@ -1438,8 +1438,8 @@ literals (Bug#20852)."
1438 '(defun zot () 1438 '(defun zot ()
1439 (mapcar #'list '(1 2 3)) 1439 (mapcar #'list '(1 2 3))
1440 nil) 1440 nil)
1441 '((mapcar mapcar)) 1441 '((ignored-return-value mapcar))
1442 "Warning: .mapcar. called for effect") 1442 "Warning: value from call to `mapcar' is unused; use `mapc' or `dolist' instead")
1443 1443
1444 (test-suppression 1444 (test-suppression
1445 '(defun zot () 1445 '(defun zot ()