]> git.eshelyaron.com Git - emacs.git/commit
comp-tests.el: Enable compilation again
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 13 Sep 2022 13:36:21 +0000 (09:36 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 13 Sep 2022 13:36:21 +0000 (09:36 -0400)
commit93466e85d138b7e0765b97f83d442202121b4298
treef38f96129845d4e2497f717c4c6c7d2b1e80c98c
parentdfbe745ed9ba89e516ef89955f2ca88be04d1d72
comp-tests.el: Enable compilation again

Rather than disable byte-compilation to circumvent bug#51104,
change the ELisp code so that `most-positive/negative-fixnum` does
not end up hardcoded in the `.elc` file.

* test/src/comp-tests.el (comp-tests-define-type-spec-test):
Don't quote the type expressions.
(comp-tests-type-spec-tests): Quote them here instead.
test/src/comp-tests.el