diff options
| author | Glenn Morris | 2015-01-23 19:52:07 -0500 |
|---|---|---|
| committer | Glenn Morris | 2015-01-23 19:52:07 -0500 |
| commit | 83b3c312d79d119997e3d61f7adb796a371c2f2e (patch) | |
| tree | e8f46e50a5faab3fc943622092a08555aab9ba4c /test | |
| parent | 81fb8ab036d1755038d11a0a1a305a6062cc20a2 (diff) | |
| download | emacs-83b3c312d79d119997e3d61f7adb796a371c2f2e.tar.gz emacs-83b3c312d79d119997e3d61f7adb796a371c2f2e.zip | |
* test/automated/regexp-tests.el: Require regexp-opt
Diffstat (limited to 'test')
| -rw-r--r-- | test/ChangeLog | 5 | ||||
| -rw-r--r-- | test/automated/regexp-tests.el | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index ede6bd6476b..11bf34d901c 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2015-01-24 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * automated/regexp-tests.el: Require regexp-opt, which is | ||
| 4 | not preloaded --without-x. | ||
| 5 | |||
| 1 | 2015-01-23 Dmitry Gutov <dgutov@yandex.ru> | 6 | 2015-01-23 Dmitry Gutov <dgutov@yandex.ru> |
| 2 | 7 | ||
| 3 | Fix package tests when TMPDIR is in HOME. (Bug#19657) | 8 | Fix package tests when TMPDIR is in HOME. (Bug#19657) |
diff --git a/test/automated/regexp-tests.el b/test/automated/regexp-tests.el index 31a4ee958c6..ee177b3e2e9 100644 --- a/test/automated/regexp-tests.el +++ b/test/automated/regexp-tests.el | |||
| @@ -23,6 +23,8 @@ | |||
| 23 | 23 | ||
| 24 | ;;; Code: | 24 | ;;; Code: |
| 25 | 25 | ||
| 26 | (require 'regexp-opt) | ||
| 27 | |||
| 26 | (ert-deftest regexp-test-regexp-opt () | 28 | (ert-deftest regexp-test-regexp-opt () |
| 27 | "Test the `compilation-error-regexp-alist' regexps. | 29 | "Test the `compilation-error-regexp-alist' regexps. |
| 28 | The test data is in `compile-tests--test-regexps-data'." | 30 | The test data is in `compile-tests--test-regexps-data'." |