Fix bytecomp-test--with-suppressed-warnings test

* test/lisp/emacs-lisp/bytecomp-tests.el
(bytecomp-test--with-suppressed-warnings): Adjust test to change
in warning message.
This commit is contained in:
Lars Ingebrigtsen 2022-05-22 20:16:01 +02:00
parent f14f6180b7
commit 8c153047e7

View file

@ -1251,7 +1251,7 @@ literals (Bug#20852)."
(defun zot ()
(wrong-params 1 2 3)))
'((callargs wrong-params))
"Warning: wrong-params called with")
"Warning: .wrong-params. called with")
(test-byte-comp-compile-and-load nil
(defvar obsolete-variable nil)