From: Eli Zaretskii Date: Fri, 14 Jun 2019 06:40:40 +0000 (+0300) Subject: Remove failing test erroneously added in backport X-Git-Tag: emacs-26.3~82 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=746d42f;p=emacs.git 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 . --- 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 @@ (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