From b3eab1169226527cf762ff57620521df19e62487 Mon Sep 17 00:00:00 2001 From: Alex Shinn Date: Mon, 11 Mar 2013 00:01:31 +0900 Subject: [PATCH] Removing spurious debug output. --- lib/chibi/test.scm | 1 - 1 file changed, 1 deletion(-) 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))))