summaryrefslogtreecommitdiff
path: root/test/src/regex-tests.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2017-05-31 21:17:28 -0400
committerGlenn Morris <rgm@gnu.org>2017-05-31 21:17:28 -0400
commitafcbec61147fe84504de0d329ce40031fa79075b (patch)
tree6fde89be57d8c561ddee890aee0fa42bd68e134b /test/src/regex-tests.el
parent6aacd4fb09517b0dedf62333f0e27b28e8732f63 (diff)
downloademacs-afcbec61147fe84504de0d329ce40031fa79075b.tar.gz
emacs-afcbec61147fe84504de0d329ce40031fa79075b.tar.bz2
emacs-afcbec61147fe84504de0d329ce40031fa79075b.zip
Quieten compilation of some test files
* test/lisp/dired-tests.el (dired-test-bug25609): Mark unused args. * test/src/data-tests.el (binding-test-set-constant-t) (binding-test-set-constant-nil, binding-test-set-constant-keyword) (binding-test-set-constant-nil): Silence compiler. * test/src/regex-tests.el (regex-tests-BOOST): Escape char literal.
Diffstat (limited to 'test/src/regex-tests.el')
-rw-r--r--test/src/regex-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/regex-tests.el b/test/src/regex-tests.el
index db187fd4a6a..1364bf6848a 100644
--- a/test/src/regex-tests.el
+++ b/test/src/regex-tests.el
@@ -424,7 +424,7 @@ differences in behavior.")
(let (failures
basic icase notbol noteol)
(regex-tests-generic-line
- ?; "BOOST.tests" regex-tests-BOOST-whitelist
+ ?\; "BOOST.tests" regex-tests-BOOST-whitelist
(if (save-excursion (re-search-forward "^-" nil t))
(setq basic (save-excursion (re-search-forward "REG_BASIC" nil t))
icase (save-excursion (re-search-forward "REG_ICASE" nil t))