]> git.eshelyaron.com Git - emacs.git/commit
Backport: add another test case for module assertions.
authorPhilipp Stephani <phst@google.com>
Sat, 25 Jul 2020 21:23:19 +0000 (23:23 +0200)
committerPhilipp Stephani <phst@google.com>
Sun, 26 Jul 2020 12:33:59 +0000 (14:33 +0200)
commit3838aeb7397ce80134c70fd49f7e9e5ef7aff3e5
tree0e38c2b6668f603e9a2f127164b230219fe77621
parentbde5f5f8978f704f24cce2fc7beec8c740d0e331
Backport: add another test case for module assertions.

This backports commit 9f01ce6327 from master.  Since the bug isn’t
present on emacs-27, just backport the new test case.

* test/data/emacs-module/mod-test.c (Fmod_test_globref_invalid_free):
New test module function.
(emacs_module_init): Export it.

* test/src/emacs-module-tests.el
(module--test-assertions--globref-invalid-free): New unit test.
test/data/emacs-module/mod-test.c
test/src/emacs-module-tests.el