mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Remove another test for deleted lread feature
* test/lisp/emacs-lisp/bytecomp-tests.el (bytecomp-tests--old-style-backquotes): Remove.
This commit is contained in:
parent
b519d515ba
commit
ccb15ada75
1 changed files with 0 additions and 11 deletions
|
|
@ -615,17 +615,6 @@ literals (Bug#20852)."
|
|||
(let ((byte-compile-dest-file-function (lambda (_) destination)))
|
||||
(should (byte-compile-file source)))))))
|
||||
|
||||
(ert-deftest bytecomp-tests--old-style-backquotes ()
|
||||
"Check that byte compiling warns about old-style backquotes."
|
||||
(bytecomp-tests--with-temp-file source
|
||||
(write-region "(` (a b))" nil source)
|
||||
(bytecomp-tests--with-temp-file destination
|
||||
(let* ((byte-compile-dest-file-function (lambda (_) destination))
|
||||
(byte-compile-debug t)
|
||||
(err (should-error (byte-compile-file source))))
|
||||
(should (equal (cdr err) '("Old-style backquotes detected!")))))))
|
||||
|
||||
|
||||
(ert-deftest bytecomp-tests-function-put ()
|
||||
"Check `function-put' operates during compilation."
|
||||
(bytecomp-tests--with-temp-file source
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue