put a little more info into the test case failure messages
This commit is contained in:
parent
260bfe9fec
commit
3ed5eef44d
|
@ -176,7 +176,9 @@
|
|||
#:test-case-name ',name
|
||||
'no-exn-raised
|
||||
eval
|
||||
'(with-handlers ([exn:fail? exn-message])
|
||||
'(with-handlers ([exn:fail? (λ (x) (cons (exn-message x)
|
||||
(continuation-mark-set->context
|
||||
(exn-continuation-marks x))))])
|
||||
,expression
|
||||
'no-exn-raised)))
|
||||
(let ([new-expression (rewrite-out expression)])
|
||||
|
|
Loading…
Reference in New Issue
Block a user