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:
parent
6242324649
commit
746d42f52b
1 changed files with 0 additions and 4 deletions
|
@ -347,8 +347,4 @@
|
||||||
(should (= (length (all-threads)) 1))
|
(should (= (length (all-threads)) 1))
|
||||||
(should (equal (thread-last-error) '(error "Die, die, die!")))))
|
(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
|
;;; threads.el ends here
|
||||||
|
|
Loading…
Add table
Reference in a new issue