summaryrefslogtreecommitdiff
path: root/test/lisp/info-xref-tests.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2018-03-19 17:08:46 -0400
committerGlenn Morris <rgm@gnu.org>2018-03-19 17:08:46 -0400
commit6b168a3b243dea4500ba5518316abb6e447af35e (patch)
tree138a51d397f2ef8a6989b47614e6be4589195ed2 /test/lisp/info-xref-tests.el
parent5c8c8f0a49cf1823bc77db3c27baec6884f4d8d8 (diff)
downloademacs-6b168a3b243dea4500ba5518316abb6e447af35e.tar.gz
emacs-6b168a3b243dea4500ba5518316abb6e447af35e.tar.bz2
emacs-6b168a3b243dea4500ba5518316abb6e447af35e.zip
; * test/lisp/info-xref-tests.el: Remove stray line from previous.
Diffstat (limited to 'test/lisp/info-xref-tests.el')
-rw-r--r--test/lisp/info-xref-tests.el1
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)