diff options
Diffstat (limited to 'test/lisp/emacs-lisp/bytecomp-tests.el')
| -rw-r--r-- | test/lisp/emacs-lisp/bytecomp-tests.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/lisp/emacs-lisp/bytecomp-tests.el b/test/lisp/emacs-lisp/bytecomp-tests.el index a76038938f5..4f32e8fcc36 100644 --- a/test/lisp/emacs-lisp/bytecomp-tests.el +++ b/test/lisp/emacs-lisp/bytecomp-tests.el | |||
| @@ -892,10 +892,9 @@ byte-compiled. Run with dynamic binding." | |||
| 892 | "warn-wide-docstring-define-obsolete-variable-alias.el" | 892 | "warn-wide-docstring-define-obsolete-variable-alias.el" |
| 893 | "defvaralias .foo. docstring wider than .* characters") | 893 | "defvaralias .foo. docstring wider than .* characters") |
| 894 | 894 | ||
| 895 | ;; TODO: We don't yet issue warnings for defuns. | ||
| 896 | (bytecomp--define-warning-file-test | 895 | (bytecomp--define-warning-file-test |
| 897 | "warn-wide-docstring-defun.el" | 896 | "warn-wide-docstring-defun.el" |
| 898 | "wider than .* characters" 'reverse) | 897 | "wider than .* characters") |
| 899 | 898 | ||
| 900 | (bytecomp--define-warning-file-test | 899 | (bytecomp--define-warning-file-test |
| 901 | "warn-wide-docstring-defvar.el" | 900 | "warn-wide-docstring-defvar.el" |