]> git.eshelyaron.com Git - emacs.git/commit
* test/src/comp-tests.el: Rework last patch
authorStefan Monnier <monnier@iro.umontreal.ca>
Sat, 27 Nov 2021 15:10:26 +0000 (10:10 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sat, 27 Nov 2021 15:10:43 +0000 (10:10 -0500)
commit8d67a70e97a7002682f641c05b10e1a9d4586e8b
treeea0343958a34b9f2585a9aff1c458bbe148f1c38
parenta89731a78c8cb019a18d2e70fe43d21286d88ab1
* test/src/comp-tests.el: Rework last patch

Move `require`s out of `eval-when-compile` if the functions are called
at run-time.
Don't use #' to quote symbols (i.e. at those places where a lambda
expression couldn't be used).
Don't pre-load comp-test-45603.el and comp-test-pure.el any more.

(comp-deftest pure): Use `declare-function` after loading `comp-test-pure.el`
to silence the byte-compiler.
test/src/comp-tests.el