diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2022-09-09 19:18:02 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2022-09-09 19:18:02 +0200 |
commit | 4cc78bcfd1f82829b92dff53abf4adf45641b4b2 (patch) | |
tree | f050edc2ab0ee220089af96a47d0358039ccb625 /test/lisp/emacs-lisp | |
parent | 79ae7b3c874ae9ca77213bfdea13d186ba902961 (diff) | |
download | emacs-4cc78bcfd1f82829b92dff53abf4adf45641b4b2.tar.gz emacs-4cc78bcfd1f82829b92dff53abf4adf45641b4b2.tar.bz2 emacs-4cc78bcfd1f82829b92dff53abf4adf45641b4b2.zip |
Update a bytecomp test
* test/lisp/emacs-lisp/bytecomp-tests.el
("warn-lambda-malformed-interactive-spec.el"): Update test to code
change.
Diffstat (limited to 'test/lisp/emacs-lisp')
-rw-r--r-- | test/lisp/emacs-lisp/bytecomp-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/emacs-lisp/bytecomp-tests.el b/test/lisp/emacs-lisp/bytecomp-tests.el index a246c25e24f..11fa3b3d445 100644 --- 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)") |