aboutsummaryrefslogtreecommitdiffstats
path: root/test/src
diff options
context:
space:
mode:
authorEli Zaretskii2019-06-14 09:40:40 +0300
committerEli Zaretskii2019-06-14 09:40:40 +0300
commit746d42f52bde883dff3225ab7b8a3101943dbb6f (patch)
treebea34a14f3543edf460c014c044f2e9ed6c6b668 /test/src
parent62423246497760a5a58b986344c004131d5aea38 (diff)
downloademacs-746d42f52bde883dff3225ab7b8a3101943dbb6f.tar.gz
emacs-746d42f52bde883dff3225ab7b8a3101943dbb6f.zip
Remove failing test erroneously added in backport
* test/src/thread-tests.el (threads-test-bug33073): Remove test which cannot work on the emacs-26 branch. Do not merge to master. Reported by Juanma Barranquero <lekktu@gmail.com>.
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