summaryrefslogtreecommitdiff
path: root/test-suite/tests/threads.test
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/tests/threads.test')
-rw-r--r--test-suite/tests/threads.test6
1 files changed, 1 insertions, 5 deletions
diff --git a/test-suite/tests/threads.test b/test-suite/tests/threads.test
index 2156f61fc..4b6aa2ad7 100644
--- a/test-suite/tests/threads.test
+++ b/test-suite/tests/threads.test
@@ -421,11 +421,7 @@
(with-test-prefix "mutex-behavior"
- (pass-if "unchecked unlock"
- (let* ((m (make-mutex 'unchecked-unlock)))
- (unlock-mutex m)))
-
- (pass-if "allow external unlock"
+ (pass-if "allow external unlock"
(let* ((m (make-mutex 'allow-external-unlock))
(t (begin-thread (lock-mutex m))))
(join-thread t)