From: rocky Date: Tue, 31 Mar 2015 10:02:19 +0000 (-0400) Subject: Wrong number of args in test-raises X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/bb13df55aa357538f95c3a8a28cac18533f5d164 Wrong number of args in test-raises --- diff --git a/Makefile.am b/Makefile.am index a1c318c21..abf9c3203 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 351a60b20..a72e1794b 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)