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

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

[elpa] master bb13df5 1/4: Wrong number of args in test-raises


From: Rocky Bernstein
Subject: [elpa] master bb13df5 1/4: Wrong number of args in test-raises
Date: Thu, 03 Mar 2016 08:36:03 +0000

branch: master
commit bb13df55aa357538f95c3a8a28cac18533f5d164
Author: rocky <address@hidden>
Commit: rocky <address@hidden>

    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)



reply via email to

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