emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 4cc78bcfd1: Update a bytecomp test


From: Lars Ingebrigtsen
Subject: master 4cc78bcfd1: Update a bytecomp test
Date: Fri, 9 Sep 2022 13:18:14 -0400 (EDT)

branch: master
commit 4cc78bcfd1f82829b92dff53abf4adf45641b4b2
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Update a bytecomp test
    
    * 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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/lisp/emacs-lisp/bytecomp-tests.el 
b/test/lisp/emacs-lisp/bytecomp-tests.el
index a246c25e24..11fa3b3d44 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)")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]