diff --git a/lib/chibi/test.scm b/lib/chibi/test.scm index 7617418f..c826952f 100644 --- a/lib/chibi/test.scm +++ b/lib/chibi/test.scm @@ -402,7 +402,6 @@ (guard (exn (else - (write `(exception ,exn)) (newline) ((current-test-handler) (if (assq-ref info 'expect-error) 'PASS 'ERROR) (append `((exception . ,exn)) info))))