diff options
| author | Eli Zaretskii | 2019-03-22 11:02:46 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2019-03-22 11:02:46 +0300 |
| commit | 09d746dad36e4780d379f975a84b1b076da78c50 (patch) | |
| tree | 372dc98e0774d029b23ad170c7a3bbe191b403e0 /test/src | |
| parent | 89fa7c4555f1c44c93ecdca23047bbfe3840cc33 (diff) | |
| download | emacs-09d746dad36e4780d379f975a84b1b076da78c50.tar.gz emacs-09d746dad36e4780d379f975a84b1b076da78c50.zip | |
Revert "Revert "Revert "Rely on conservative stack scanning to find "emacs_value"s"""
This reverts commit 093d3e78d21d3d6c718997368ef4b31f9884401c,
which reverted ee7ad83f20903208404a84b58b7a478b62924570,
which reverted 3eb93c07f7a60ac9ce8a16f10c3afd5a3a31243a.
Diffstat (limited to 'test/src')
| -rw-r--r-- | test/src/emacs-module-tests.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/src/emacs-module-tests.el b/test/src/emacs-module-tests.el index e30980b5993..35aaaa64b65 100644 --- a/test/src/emacs-module-tests.el +++ b/test/src/emacs-module-tests.el | |||
| @@ -265,7 +265,8 @@ during garbage collection." | |||
| 265 | (skip-unless (file-executable-p mod-test-emacs)) | 265 | (skip-unless (file-executable-p mod-test-emacs)) |
| 266 | (module--test-assertion | 266 | (module--test-assertion |
| 267 | (rx "Module function called during garbage collection\n") | 267 | (rx "Module function called during garbage collection\n") |
| 268 | (mod-test-invalid-finalizer))) | 268 | (mod-test-invalid-finalizer) |
| 269 | (garbage-collect))) | ||
| 269 | 270 | ||
| 270 | (ert-deftest module/describe-function-1 () | 271 | (ert-deftest module/describe-function-1 () |
| 271 | "Check that Bug#30163 is fixed." | 272 | "Check that Bug#30163 is fixed." |