diff options
| author | Michael Albinus | 2025-09-18 14:56:05 +0200 |
|---|---|---|
| committer | Michael Albinus | 2025-09-18 14:56:05 +0200 |
| commit | 979ddc06019cce249a9ada359b85f3cd4b6a0149 (patch) | |
| tree | e53cebfca0aaff294fb6b71fd2034498f6456f8a /test/src | |
| parent | dd622e06e7db8362ecdb69ecbd42b2fb01a5168b (diff) | |
| download | emacs-979ddc06019cce249a9ada359b85f3cd4b6a0149.tar.gz emacs-979ddc06019cce249a9ada359b85f3cd4b6a0149.zip | |
Fix failed tests on emba
* test/lisp/autorevert-tests.el (auto-revert-test05-global-notify)
(auto-revert-test07-auto-revert-several-buffers): Adapt tests.
* test/src/comp-resources/comp-test-funcs.el (foo): Define error symbol.
Diffstat (limited to 'test/src')
| -rw-r--r-- | test/src/comp-resources/comp-test-funcs.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/src/comp-resources/comp-test-funcs.el b/test/src/comp-resources/comp-test-funcs.el index 5154b875499..04e3afe49fa 100644 --- a/test/src/comp-resources/comp-test-funcs.el +++ b/test/src/comp-resources/comp-test-funcs.el | |||
| @@ -261,6 +261,8 @@ | |||
| 261 | (defun comp-tests-trampoline-removal-f () | 261 | (defun comp-tests-trampoline-removal-f () |
| 262 | (make-hash-table)) | 262 | (make-hash-table)) |
| 263 | 263 | ||
| 264 | (define-error 'foo "foo") | ||
| 265 | |||
| 264 | (defun comp-tests-signal-f () | 266 | (defun comp-tests-signal-f () |
| 265 | (signal 'foo t)) | 267 | (signal 'foo t)) |
| 266 | 268 | ||