diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/automated/threads.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/automated/threads.el b/test/automated/threads.el index b1c2af59600..db6aa41d63a 100644 --- a/test/automated/threads.el +++ b/test/automated/threads.el | |||
| @@ -70,6 +70,10 @@ | |||
| 70 | (and threads-test-global | 70 | (and threads-test-global |
| 71 | (not (thread-alive-p thread))))))) | 71 | (not (thread-alive-p thread))))))) |
| 72 | 72 | ||
| 73 | (ert-deftest threads-join-self () | ||
| 74 | "cannot thread-join the current thread" | ||
| 75 | (should-error (thread-join (current-thread)))) | ||
| 76 | |||
| 73 | (defvar threads-test-binding nil) | 77 | (defvar threads-test-binding nil) |
| 74 | 78 | ||
| 75 | (defun threads-test-thread2 () | 79 | (defun threads-test-thread2 () |