]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/test-simple/test-simple.el
Merge commit 'bb13df55aa357538f95c3a8a28cac18533f5d164'
[gnu-emacs-elpa] / packages / test-simple / test-simple.el
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)