mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-24 20:45:08 +02:00
Removing spurious debug output.
This commit is contained in:
parent
39e2e96a60
commit
b3eab11692
1 changed files with 0 additions and 1 deletions
|
@ -402,7 +402,6 @@
|
||||||
(guard
|
(guard
|
||||||
(exn
|
(exn
|
||||||
(else
|
(else
|
||||||
(write `(exception ,exn)) (newline)
|
|
||||||
((current-test-handler)
|
((current-test-handler)
|
||||||
(if (assq-ref info 'expect-error) 'PASS 'ERROR)
|
(if (assq-ref info 'expect-error) 'PASS 'ERROR)
|
||||||
(append `((exception . ,exn)) info))))
|
(append `((exception . ,exn)) info))))
|
||||||
|
|
Loading…
Add table
Reference in a new issue