]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove failing test erroneously added in backport
authorEli Zaretskii <eliz@gnu.org>
Fri, 14 Jun 2019 06:40:40 +0000 (09:40 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 14 Jun 2019 06:40:40 +0000 (09:40 +0300)
* 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>.

test/src/thread-tests.el

index b57b4f9412d9d7e7f82590e5f1cae8540e75addf..e8d66b87db3b412d71f4b26a9f5ac60dc09d8667 100644 (file)
     (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