]> git.eshelyaron.com Git - emacs.git/commitdiff
Update test-print-unreadable-function after fix
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 27 Jul 2022 10:01:54 +0000 (12:01 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 27 Jul 2022 10:01:54 +0000 (12:01 +0200)
* test/lisp/subr-tests.el (test-print-unreadable-function): Update
test after fix.

test/lisp/subr-tests.el

index d45f409e85b43a792cc6f8c9b1e01d077b3c14bd..20f81d1ddc5ff4d77c66cde91e5aa3ff4979e72f 100644 (file)
@@ -1037,7 +1037,6 @@ final or penultimate step during initialization."))
   (should-not (readablep (make-marker))))
 
 (ert-deftest test-print-unreadable-function ()
-  :expected-result :failed
   ;; Check that problem with unwinding properly is fixed (bug#56773).
   (with-temp-buffer
     (let ((buf (current-buffer)))