projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f14f618
)
Fix bytecomp-test--with-suppressed-warnings test
author
Lars Ingebrigtsen
<larsi@gnus.org>
Sun, 22 May 2022 18:16:01 +0000
(20:16 +0200)
committer
Lars 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
patch
|
blob
|
history
diff --git
a/test/lisp/emacs-lisp/bytecomp-tests.el
b/test/lisp/emacs-lisp/bytecomp-tests.el
index 051e8b9e5c93bca8a585bee1f2996efa9433af00..049eed10f94f108038abb133623653e4a7e2071e 100644
(file)
--- 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)