aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/lisp/emacs-lisp/bytecomp-tests.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lisp/emacs-lisp/bytecomp-tests.el b/test/lisp/emacs-lisp/bytecomp-tests.el
index 86cf2edec8b..289bd18a961 100644
--- a/test/lisp/emacs-lisp/bytecomp-tests.el
+++ b/test/lisp/emacs-lisp/bytecomp-tests.el
@@ -697,6 +697,7 @@ literals (Bug#20852)."
697 (with-current-buffer byte-compile-log-buffer 697 (with-current-buffer byte-compile-log-buffer
698 (unless match 698 (unless match
699 (error "%s" (buffer-string))) 699 (error "%s" (buffer-string)))
700 (setq match (replace-regexp-in-string " " "[ \n]+" match nil t))
700 (goto-char (point-min)) 701 (goto-char (point-min))
701 (should (string-match match (buffer-string)))) 702 (should (string-match match (buffer-string))))
702 ;; And that it's gone now. 703 ;; And that it's gone now.