emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master ccb15ad: Remove another test for deleted lread feature


From: Glenn Morris
Subject: master ccb15ad: Remove another test for deleted lread feature
Date: Sat, 15 Feb 2020 12:11:43 -0500 (EST)

branch: master
commit ccb15ada750ed1a2ed67bc58458022b9d96a9d44
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    Remove another test for deleted lread feature
    
    * test/lisp/emacs-lisp/bytecomp-tests.el
    (bytecomp-tests--old-style-backquotes): Remove.
---
 test/lisp/emacs-lisp/bytecomp-tests.el | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/test/lisp/emacs-lisp/bytecomp-tests.el 
b/test/lisp/emacs-lisp/bytecomp-tests.el
index a16adfe..de11ae2 100644
--- a/test/lisp/emacs-lisp/bytecomp-tests.el
+++ b/test/lisp/emacs-lisp/bytecomp-tests.el
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]