diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-09-26 20:34:34 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-09-26 20:45:07 +0200 |
commit | c00785cbabe34619c50415ddf2c8dcbfc8b02d5e (patch) | |
tree | 68b1e59b7c1e1fcaeec1fed6992ae5739bb3721b /test/lisp/emacs-lisp | |
parent | 77494628e2bf6edb8cdb3f78784aab880a6b87a2 (diff) | |
download | emacs-c00785cbabe34619c50415ddf2c8dcbfc8b02d5e.tar.gz emacs-c00785cbabe34619c50415ddf2c8dcbfc8b02d5e.tar.bz2 emacs-c00785cbabe34619c50415ddf2c8dcbfc8b02d5e.zip |
Move two incorrectly named test files
* test/lisp/emacs-lisp/tabulated-list-test.el: Move from here...
* test/lisp/emacs-lisp/tabulated-list-tests.el: ...to here.
* test/lisp/url/url-handlers-test.el: Move from here...
* test/lisp/url/url-handlers-tests.el: ...to here.
Diffstat (limited to 'test/lisp/emacs-lisp')
-rw-r--r-- | test/lisp/emacs-lisp/tabulated-list-tests.el (renamed from test/lisp/emacs-lisp/tabulated-list-test.el) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/lisp/emacs-lisp/tabulated-list-test.el b/test/lisp/emacs-lisp/tabulated-list-tests.el index 7cac254ac40..e376d2f328d 100644 --- a/test/lisp/emacs-lisp/tabulated-list-test.el +++ b/test/lisp/emacs-lisp/tabulated-list-tests.el @@ -1,4 +1,4 @@ -;;; tabulated-list-test.el --- Tests for emacs-lisp/tabulated-list.el -*- lexical-binding: t; -*- +;;; tabulated-list-tests.el --- Tests for emacs-lisp/tabulated-list.el -*- lexical-binding: t; -*- ;; Copyright (C) 2015-2021 Free Software Foundation, Inc. @@ -115,5 +115,4 @@ (should-error (tabulated-list-sort) :type 'user-error) (should-error (tabulated-list-sort 4) :type 'user-error))) -(provide 'tabulated-list-test) -;;; tabulated-list-test.el ends here +;;; tabulated-list-tests.el ends here |