forked from Github/emacs
; Adapt a unit test to a recent change
* test/lisp/emacs-lisp/bytecomp-tests.el (bytecomp-tests--old-style-backquotes): Fix expected error message.
This commit is contained in:
parent
73526123f2
commit
f352ea6efd
1 changed files with 1 additions and 2 deletions
|
|
@ -540,8 +540,7 @@ literals (Bug#20852)."
|
|||
(let* ((byte-compile-dest-file-function (lambda (_) destination))
|
||||
(byte-compile-debug t)
|
||||
(err (should-error (byte-compile-file source))))
|
||||
(should (equal (cdr err)
|
||||
'("Loading `nil': old-style backquotes detected!")))))))
|
||||
(should (equal (cdr err) '("Old-style backquotes detected!")))))))
|
||||
|
||||
|
||||
(ert-deftest bytecomp-tests-function-put ()
|
||||
|
|
|
|||
Loading…
Reference in a new issue