emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/test-simple cfd383d 1/4: Remove dup test


From: Stefan Monnier
Subject: [elpa] externals/test-simple cfd383d 1/4: Remove dup test
Date: Tue, 16 Mar 2021 09:44:50 -0400 (EDT)

branch: externals/test-simple
commit cfd383d36dc6853917acb753fdfa0eebf33856f3
Author: rocky <rocky@gnu.org>
Commit: rocky <rocky@gnu.org>

    Remove dup test
---
 test/test-basic.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/test/test-basic.el b/test/test-basic.el
index be14140..b9c6314 100644
--- a/test/test-basic.el
+++ b/test/test-basic.el
@@ -21,7 +21,6 @@
 (note "basic-tests")
 (assert-t (memq 'test-simple features) "'test-simple provided")
 
-(assert-nil nil "assert-nil failure test")
 (assert-nil nil "Knights of ni")
 (assert-equal 5 (+ 1 4) "assert-equal")
 (assert-raises error (error "you should not see this") "assert-raises")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]