only raise an exception when there is an exception to raise
svn: r15953
This commit is contained in:
parent
ed18890817
commit
d3a3e0cc8c
|
@ -220,7 +220,7 @@
|
|||
(list (maker src (test-format) test-val expect range) test-val #f)])))])
|
||||
(cond [(check-fail? result)
|
||||
(send (send test-info get-info) check-failed result (check-fail-src result) exn)
|
||||
(raise exn)]
|
||||
(when exn (raise exn))]
|
||||
[else
|
||||
#t])))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user