From 186429888981fb818624847f7356908f253b1bda Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Wed, 27 Jul 2022 12:01:54 +0200 Subject: [PATCH] Update test-print-unreadable-function after fix * test/lisp/subr-tests.el (test-print-unreadable-function): Update test after fix. --- test/lisp/subr-tests.el | 1 - 1 file changed, 1 deletion(-) 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))) -- 2.39.2