projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6242324
)
Remove failing test erroneously added in backport
author
Eli Zaretskii
<eliz@gnu.org>
Fri, 14 Jun 2019 06:40:40 +0000
(09:40 +0300)
committer
Eli 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
patch
|
blob
|
history
diff --git
a/test/src/thread-tests.el
b/test/src/thread-tests.el
index b57b4f9412d9d7e7f82590e5f1cae8540e75addf..e8d66b87db3b412d71f4b26a9f5ac60dc09d8667 100644
(file)
--- 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