From: Glenn Morris Date: Wed, 18 Aug 2021 18:50:42 +0000 (-0700) Subject: ; Fix paren typo X-Git-Tag: emacs-28.0.90~1447 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=91f549becd03b1598b9d8b233f6058ba027f0a84;p=emacs.git ; Fix paren typo --- diff --git a/test/lisp/simple-tests.el b/test/lisp/simple-tests.el index 728911208eb..3ece61290bc 100644 --- a/test/lisp/simple-tests.el +++ b/test/lisp/simple-tests.el @@ -969,7 +969,7 @@ See Bug#21722." (should (= (length (delq nil (undo-make-selective-list 4 9))) 1)) ;; FIXME this is the off-by-one error case. ;;(should (= (length (delq nil (undo-make-selective-list 5 9))) 0)) - (should (= (length (delq nil (undo-make-selective-list 6 9))) 0))) + (should (= (length (delq nil (undo-make-selective-list 6 9))) 0)))) (provide 'simple-test) ;;; simple-test.el ends here