aboutsummaryrefslogtreecommitdiffstats
path: root/test/src/thread-tests.el
diff options
context:
space:
mode:
Diffstat (limited to 'test/src/thread-tests.el')
-rw-r--r--test/src/thread-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/thread-tests.el b/test/src/thread-tests.el
index 75d67140a90..731fa893c1f 100644
--- a/test/src/thread-tests.el
+++ b/test/src/thread-tests.el
@@ -217,7 +217,7 @@
217 (while (not threads-mutex-key) 217 (while (not threads-mutex-key)
218 (thread-yield)) 218 (thread-yield))
219 (thread-signal thr 'quit nil) 219 (thread-signal thr 'quit nil)
220 ;; `quit' is not catched by `should-error'. We must indicate it. 220 ;; `quit' is not caught by `should-error'. We must indicate it.
221 (condition-case nil 221 (condition-case nil
222 (thread-join thr) 222 (thread-join thr)
223 (quit (signal 'error nil))))))) 223 (quit (signal 'error nil)))))))