emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 8c153047e7: Fix bytecomp-test--with-suppressed-warnings test


From: Lars Ingebrigtsen
Subject: master 8c153047e7: Fix bytecomp-test--with-suppressed-warnings test
Date: Sun, 22 May 2022 14:16:14 -0400 (EDT)

branch: master
commit 8c153047e78e078b2001be9cf16ef3bbaa375a39
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    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.
---
 test/lisp/emacs-lisp/bytecomp-tests.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/lisp/emacs-lisp/bytecomp-tests.el 
b/test/lisp/emacs-lisp/bytecomp-tests.el
index 051e8b9e5c..049eed10f9 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]