From 732fd4c7e11debd61c97eaaba3038d61e6ec7024 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 1 Jan 2015 09:18:06 -0800 Subject: Update copyright year to 2015 Run admin/update-copyright. --- test/automated/regexp-tests.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/automated/regexp-tests.el') diff --git a/test/automated/regexp-tests.el b/test/automated/regexp-tests.el index 9185adf0ae5..31a4ee958c6 100644 --- a/test/automated/regexp-tests.el +++ b/test/automated/regexp-tests.el @@ -1,6 +1,6 @@ ;;; regexp-tests.el --- Test suite for regular expression handling. -;; Copyright (C) 2013-2014 Free Software Foundation, Inc. +;; Copyright (C) 2013-2015 Free Software Foundation, Inc. ;; Author: Stefan Monnier ;; Keywords: internal -- cgit v1.2.1 From 83b3c312d79d119997e3d61f7adb796a371c2f2e Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 23 Jan 2015 19:52:07 -0500 Subject: * test/automated/regexp-tests.el: Require regexp-opt --- test/automated/regexp-tests.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/automated/regexp-tests.el') 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 @@ ;;; 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'." -- cgit v1.2.1