* test/automated/regexp-tests.el: Require regexp-opt

This commit is contained in:
Glenn Morris 2015-01-23 19:52:07 -05:00
parent 81fb8ab036
commit 83b3c312d7
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2015-01-24 Glenn Morris <rgm@gnu.org>
* automated/regexp-tests.el: Require regexp-opt, which is
not preloaded --without-x.
2015-01-23 Dmitry Gutov <dgutov@yandex.ru>
Fix package tests when TMPDIR is in HOME. (Bug#19657)

View file

@ -23,6 +23,8 @@
;;; Code:
(require 'regexp-opt)
(ert-deftest regexp-test-regexp-opt ()
"Test the `compilation-error-regexp-alist' regexps.
The test data is in `compile-tests--test-regexps-data'."