emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master f352ea6 2/2: ; Adapt a unit test to a recent change


From: Philipp Stephani
Subject: [Emacs-diffs] master f352ea6 2/2: ; Adapt a unit test to a recent change
Date: Sun, 7 Jan 2018 10:47:59 -0500 (EST)

branch: master
commit f352ea6efd4554cee95568cee72a3dfa00de2abe
Author: Philipp Stephani <address@hidden>
Commit: Philipp Stephani <address@hidden>

    ; Adapt a unit test to a recent change
    
    * test/lisp/emacs-lisp/bytecomp-tests.el
    (bytecomp-tests--old-style-backquotes): Fix expected error message.
---
 test/lisp/emacs-lisp/bytecomp-tests.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/test/lisp/emacs-lisp/bytecomp-tests.el 
b/test/lisp/emacs-lisp/bytecomp-tests.el
index 20ac948..6ae7cdb 100644
--- a/test/lisp/emacs-lisp/bytecomp-tests.el
+++ b/test/lisp/emacs-lisp/bytecomp-tests.el
@@ -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 ()



reply via email to

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