]> code.delx.au - gnu-emacs-elpa/commitdiff
Wrong number of args in test-raises
authorrocky <rocky@gnu.org>
Tue, 31 Mar 2015 10:02:19 +0000 (06:02 -0400)
committerrocky <rocky@gnu.org>
Tue, 31 Mar 2015 10:02:19 +0000 (06:02 -0400)
Makefile.am
test-simple.el

index a1c318c2165de1ae5292cc07c6e2d0671fcd43b8..abf9c3203f7eae42951e89d7865109f7f031372a 100644 (file)
@@ -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))
 
index 351a60b200e7553563996fb9bfe7a32cec1d356e..a72e1794b224661efa0271183fddb8d926ad47bd 100644 (file)
@@ -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)