]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix bytecomp-test--with-suppressed-warnings test
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 22 May 2022 18:16:01 +0000 (20:16 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 22 May 2022 18:16:01 +0000 (20:16 +0200)
* test/lisp/emacs-lisp/bytecomp-tests.el
(bytecomp-test--with-suppressed-warnings): Adjust test to change
in warning message.

test/lisp/emacs-lisp/bytecomp-tests.el

index 051e8b9e5c93bca8a585bee1f2996efa9433af00..049eed10f94f108038abb133623653e4a7e2071e 100644 (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)