aboutsummaryrefslogtreecommitdiffstats
path: root/test/src
diff options
context:
space:
mode:
Diffstat (limited to 'test/src')
-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 26c0b725ff8..73da72e8369 100644
--- a/test/src/thread-tests.el
+++ b/test/src/thread-tests.el
@@ -153,7 +153,7 @@
153 (mutex-lock threads-mutex)) 153 (mutex-lock threads-mutex))
154 154
155(ert-deftest threads-mutex-signal () 155(ert-deftest threads-mutex-signal ()
156 "test signalling a blocked thread" 156 "test signaling a blocked thread"
157 (should 157 (should
158 (progn 158 (progn
159 (setq threads-mutex (make-mutex)) 159 (setq threads-mutex (make-mutex))