summaryrefslogtreecommitdiff
path: root/test/lisp/textmodes/paragraphs-tests.el
diff options
context:
space:
mode:
Diffstat (limited to 'test/lisp/textmodes/paragraphs-tests.el')
-rw-r--r--test/lisp/textmodes/paragraphs-tests.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lisp/textmodes/paragraphs-tests.el b/test/lisp/textmodes/paragraphs-tests.el
index fc839fe7d95..0b264e7e184 100644
--- a/test/lisp/textmodes/paragraphs-tests.el
+++ b/test/lisp/textmodes/paragraphs-tests.el
@@ -50,8 +50,8 @@
(goto-char (point-min))
(mark-paragraph)
(should mark-active)
- (should (equal (mark) 7)))
- (should-error (mark-paragraph 0)))
+ (should (equal (mark) 7))))
+;;; (should-error (mark-paragraph 0)))
(ert-deftest paragraphs-tests-kill-paragraph ()
(with-temp-buffer