branch: externals/test-simple
commit cfd383d36dc6853917acb753fdfa0eebf33856f3
Author: rocky <[email protected]>
Commit: rocky <[email protected]>

    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