Mercurial > hg > xemacs-beta
diff tests/automated/test-harness.el @ 928:17ba576dc36a
[xemacs-hg @ 2002-07-20 15:22:44 by michaels]
2002-07-20 Mike Sperber <mike@xemacs.org>
* automated/test-harness.el (test-harness-read-from-buffer): Fix
incorrect call of `princ'.
author | michaels |
---|---|
date | Sat, 20 Jul 2002 15:22:46 +0000 |
parents | 42375619fa45 |
children | ea6a06f7bf2c |
line wrap: on
line diff
--- a/tests/automated/test-harness.el Wed Jul 17 06:13:39 2002 +0000 +++ b/tests/automated/test-harness.el Sat Jul 20 15:22:46 2002 +0000 @@ -100,7 +100,7 @@ (setq body (cons (read buffer) body))) (end-of-file nil) (error - (princ "Unexpected error %S reading forms from buffer\n" error-info))) + (princ (format "Unexpected error %S reading forms from buffer\n" error-info)))) `(lambda () (defvar passes) (defvar assertion-failures)