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.
This commit is contained in:
parent
77494628e2
commit
c00785cbab
2 changed files with 4 additions and 6 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue