diff options
Diffstat (limited to 'test/lisp/info-xref-tests.el')
-rw-r--r-- | test/lisp/info-xref-tests.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/lisp/info-xref-tests.el b/test/lisp/info-xref-tests.el index 6d3a4618377..1fcbb385791 100644 --- a/test/lisp/info-xref-tests.el +++ b/test/lisp/info-xref-tests.el @@ -155,7 +155,6 @@ text. (with-current-buffer info-xref-output-buffer (goto-char (point-max)) (should (search-backward "done" nil t)) - (re-search-forward "\\([0-9]+\\) bad" (line-end-position) t) (should (string-match-p " [0-9]\\{3,\\} good, 0 bad" (buffer-substring-no-properties (line-beginning-position) |