]> git.eshelyaron.com Git - emacs.git/commitdiff
Update a bytecomp test
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 9 Sep 2022 17:18:02 +0000 (19:18 +0200)
committerLars 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

index a246c25e24f178f74b5eebe2ce8ca60d93196f9b..11fa3b3d4455e8a93aa5c4c89f0078ad5540c55d 100644 (file)
@@ -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)")