diff options
| author | Lars Ingebrigtsen | 2022-09-09 19:43:28 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2022-09-09 19:43:28 +0200 |
| commit | 06e4d9cb96fefae28c72919b72b87a0747c72a42 (patch) | |
| tree | eac7af5b26e0fe206488abd6da52d64e249b734a /test | |
| parent | 04a6fd378f0996c14c3cf9e4905f56df231aa500 (diff) | |
| download | emacs-06e4d9cb96fefae28c72919b72b87a0747c72a42.tar.gz emacs-06e4d9cb96fefae28c72919b72b87a0747c72a42.zip | |
Fix "warn-lambda-malformed-interactive-spec.el" even more
* test/lisp/emacs-lisp/bytecomp-tests.el
("warn-lambda-malformed-interactive-spec.el"): Adjust test further.
Diffstat (limited to 'test')
| -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 11fa3b3d445..bc9f8d802a6 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." | |||
| 912 | "next-line.*interactive use only.*forward-line") | 912 | "next-line.*interactive use only.*forward-line") |
| 913 | 913 | ||
| 914 | (bytecomp--define-warning-file-test "warn-lambda-malformed-interactive-spec.el" | 914 | (bytecomp--define-warning-file-test "warn-lambda-malformed-interactive-spec.el" |
| 915 | "malformed `interactive' specification") | 915 | "malformed .interactive. specification") |
| 916 | 916 | ||
| 917 | (bytecomp--define-warning-file-test "warn-obsolete-defun.el" | 917 | (bytecomp--define-warning-file-test "warn-obsolete-defun.el" |
| 918 | "foo-obsolete. is an obsolete function (as of 99.99)") | 918 | "foo-obsolete. is an obsolete function (as of 99.99)") |