]> git.eshelyaron.com Git - emacs.git/commit
Move cl-lib tests for caaXr to subr-tests.el
authorStefan Kangas <stefan@marxist.se>
Wed, 28 Jul 2021 11:31:40 +0000 (13:31 +0200)
committerStefan Kangas <stefan@marxist.se>
Fri, 3 Sep 2021 08:18:54 +0000 (10:18 +0200)
commit07e8ff7f0f35160953c2666f2ee4863852e0453f
tree6ac75dad38977712f9c29525e7cb8a3340109b48
parente588fa45ceb59a3eb04e67b32c55d0181c2a581a
Move cl-lib tests for caaXr to subr-tests.el

* test/lisp/emacs-lisp/cl-lib-tests.el (cl-test-caaar)
(cl-test-caadr): Move tests using a cl-lib alias from here...
* test/lisp/subr-tests.el (subr-test-caaar, subr-test-caadr): ...to
here.  The functions under test are in subr.el.
test/lisp/emacs-lisp/cl-lib-tests.el
test/lisp/subr-tests.el