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:
parent
f14f6180b7
commit
8c153047e7
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue