diff options
| author | Eli Zaretskii | 2019-03-21 21:29:52 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2019-03-21 21:29:52 +0200 |
| commit | 093d3e78d21d3d6c718997368ef4b31f9884401c (patch) | |
| tree | c0abe35a3b3cfee61fe793feb7684a0cdf3bce00 /test/src | |
| parent | ee7ad83f20903208404a84b58b7a478b62924570 (diff) | |
| download | emacs-093d3e78d21d3d6c718997368ef4b31f9884401c.tar.gz emacs-093d3e78d21d3d6c718997368ef4b31f9884401c.zip | |
Revert "Revert "Rely on conservative stack scanning to find "emacs_value"s""
This reverts commit ee7ad83f20903208404a84b58b7a478b62924570.
There was no consensus on reverting
3eb93c07f7a60ac9ce8a16f10c3afd5a3a31243a, so doing that will have to
wait until the discussion ends.
Diffstat (limited to 'test/src')
| -rw-r--r-- | test/src/emacs-module-tests.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/src/emacs-module-tests.el b/test/src/emacs-module-tests.el index 35aaaa64b65..e30980b5993 100644 --- a/test/src/emacs-module-tests.el +++ b/test/src/emacs-module-tests.el | |||
| @@ -265,8 +265,7 @@ 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))) | ||
| 270 | 269 | ||
| 271 | (ert-deftest module/describe-function-1 () | 270 | (ert-deftest module/describe-function-1 () |
| 272 | "Check that Bug#30163 is fixed." | 271 | "Check that Bug#30163 is fixed." |