mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-21 06:39:17 +02:00
Fixing typo in test-group.
This commit is contained in:
parent
e0e23fc0fd
commit
c3cb2fbdbb
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@
|
|||
(exn
|
||||
(else
|
||||
(warning "error in group outside of tests")
|
||||
(print-exception e (current-error-port))
|
||||
(print-exception exn (current-error-port))
|
||||
(test-group-inc! (current-test-group) 'count)
|
||||
(test-group-inc! (current-test-group) 'ERROR)))
|
||||
body ...)
|
||||
|
|
Loading…
Add table
Reference in a new issue