]> git.eshelyaron.com Git - emacs.git/commit
emacs-module-tests.el (mod-test-non-local-exit-signal-test): Repair test
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 28 Dec 2023 05:49:39 +0000 (00:49 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 4 Jan 2024 21:35:53 +0000 (16:35 -0500)
commit142c90a6f088a6eea66d6b08d05a5ff70c018aa6
tree817f70fcdf56f998f056b3eceb69a7eff60c7cda
parentfa1063774ce32714365cf122b2a8cca2d23fc6cd
emacs-module-tests.el (mod-test-non-local-exit-signal-test): Repair test

That test relied on `debugger` and `debug-on-signal` in a way that
doesn't work with the new ERT code.

* test/src/emacs-module-tests.el (mod-test-non-local-exit-signal-test):
Use `handler-bind` rather than the debugger.
test/src/emacs-module-tests.el