From: Lars Ingebrigtsen Date: Wed, 27 Jul 2022 10:01:54 +0000 (+0200) Subject: Update test-print-unreadable-function after fix X-Git-Tag: emacs-29.0.90~1447^2~728 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=186429888981fb818624847f7356908f253b1bda;p=emacs.git Update test-print-unreadable-function after fix * test/lisp/subr-tests.el (test-print-unreadable-function): Update test after fix. --- diff --git a/test/lisp/subr-tests.el b/test/lisp/subr-tests.el index d45f409e85b..20f81d1ddc5 100644 --- a/test/lisp/subr-tests.el +++ b/test/lisp/subr-tests.el @@ -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)))