aboutsummaryrefslogtreecommitdiffstats
path: root/test/src
diff options
context:
space:
mode:
Diffstat (limited to 'test/src')
-rw-r--r--test/src/thread-tests.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/src/thread-tests.el b/test/src/thread-tests.el
index b57b4f9412d..e8d66b87db3 100644
--- a/test/src/thread-tests.el
+++ b/test/src/thread-tests.el
@@ -347,8 +347,4 @@
347 (should (= (length (all-threads)) 1)) 347 (should (= (length (all-threads)) 1))
348 (should (equal (thread-last-error) '(error "Die, die, die!"))))) 348 (should (equal (thread-last-error) '(error "Die, die, die!")))))
349 349
350(ert-deftest threads-test-bug33073 ()
351 (let ((th (make-thread 'ignore)))
352 (should-not (equal th main-thread))))
353
354;;; threads.el ends here 350;;; threads.el ends here