aboutsummaryrefslogtreecommitdiffstats
path: root/test/src/thread-tests.el
diff options
context:
space:
mode:
authorStefan Kangas2022-11-18 15:48:22 +0100
committerStefan Kangas2022-11-18 16:02:19 +0100
commitba485eb949ddec53b1d7b5d78f3fcfbe2be60d7d (patch)
treeaee24e35b156969e2450699b3d02621bcec3375e /test/src/thread-tests.el
parentc116d9f74c8fc81a7e98b1519fa300998a8a15c3 (diff)
downloademacs-ba485eb949ddec53b1d7b5d78f3fcfbe2be60d7d.tar.gz
emacs-ba485eb949ddec53b1d7b5d78f3fcfbe2be60d7d.zip
; Fix typos
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)))))))