projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79ae7b3
)
Update a bytecomp test
author
Lars Ingebrigtsen
<larsi@gnus.org>
Fri, 9 Sep 2022 17:18:02 +0000
(19:18 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Fri, 9 Sep 2022 17:18:02 +0000
(19:18 +0200)
* test/lisp/emacs-lisp/bytecomp-tests.el
("warn-lambda-malformed-interactive-spec.el"): Update test to code
change.
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 a246c25e24f178f74b5eebe2ce8ca60d93196f9b..11fa3b3d4455e8a93aa5c4c89f0078ad5540c55d 100644
(file)
--- a/
test/lisp/emacs-lisp/bytecomp-tests.el
+++ b/
test/lisp/emacs-lisp/bytecomp-tests.el
@@
-912,7
+912,7
@@
byte-compiled. Run with dynamic binding."
"next-line.*interactive use only.*forward-line")
(bytecomp--define-warning-file-test "warn-lambda-malformed-interactive-spec.el"
- "malformed
interactive spec
")
+ "malformed
`interactive' specification
")
(bytecomp--define-warning-file-test "warn-obsolete-defun.el"
"foo-obsolete. is an obsolete function (as of 99.99)")