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>.
This commit is contained in:
Eli Zaretskii 2019-06-14 09:40:40 +03:00
parent 6242324649
commit 746d42f52b

View file

@ -347,8 +347,4 @@
(should (= (length (all-threads)) 1))
(should (equal (thread-last-error) '(error "Die, die, die!")))))
(ert-deftest threads-test-bug33073 ()
(let ((th (make-thread 'ignore)))
(should-not (equal th main-thread))))
;;; threads.el ends here