diff options
Diffstat (limited to 'test/lisp/emacs-lisp/bytecomp-tests.el')
-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 a943012e5fc..e3ce87cc9af 100644 --- a/test/lisp/emacs-lisp/bytecomp-tests.el +++ b/test/lisp/emacs-lisp/bytecomp-tests.el @@ -1135,7 +1135,7 @@ byte-compiled. Run with dynamic binding." "var.*foo.*lacks a prefix") (bytecomp--define-warning-file-test "warn-format.el" - "called with 2 args to fill 1 format field") + "called with 2 arguments to fill 1 format field") (bytecomp--define-warning-file-test "warn-free-setq.el" "free.*foo") |