branch: master commit bb13df55aa357538f95c3a8a28cac18533f5d164 Author: rocky <ro...@gnu.org> Commit: rocky <ro...@gnu.org>
Wrong number of args in test-raises --- Makefile.am | 2 +- test-simple.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index a1c318c..abf9c32 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,7 +9,7 @@ lisp_files := $(wildcard *.el) lisp_LISP = $(lisp_files) test_files := $(wildcard test/*.el) -EXTRA_DIST = $(lisp_files) $(test_files) README THANKS README.md COPYING +EXTRA_DIST = $(lisp_files) $(test_files) README THANKS README.md CHECK_FILES = $(notdir $(test_files:.el=.run)) diff --git a/test-simple.el b/test-simple.el index 351a60b..a72e179 100644 --- a/test-simple.el +++ b/test-simple.el @@ -170,7 +170,7 @@ out information from the previous run." error-condition)))) (list 'condition-case nil (list 'progn body - (list 'assert-t nil fail-message test-info)) + (list 'assert-t nil fail-message)) (list error-condition '(assert-t t))))) (defun assert-op (op expected actual &optional fail-message test-info)