From: Lars Ingebrigtsen Date: Sun, 22 May 2022 18:16:01 +0000 (+0200) Subject: Fix bytecomp-test--with-suppressed-warnings test X-Git-Tag: emacs-29.0.90~1910^2~506 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8c153047e78e078b2001be9cf16ef3bbaa375a39;p=emacs.git 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. --- diff --git a/test/lisp/emacs-lisp/bytecomp-tests.el b/test/lisp/emacs-lisp/bytecomp-tests.el index 051e8b9e5c9..049eed10f94 100644 --- a/test/lisp/emacs-lisp/bytecomp-tests.el +++ b/test/lisp/emacs-lisp/bytecomp-tests.el @@ -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)