Be more robust against one of {TR,R} erroring.
This commit is contained in:
parent
c9db5dded7
commit
3c1c5b1d03
|
@ -213,9 +213,8 @@
|
|||
(tr-eval sexp)))
|
||||
(or both-failed?
|
||||
(and (not racket-failed?)
|
||||
(or (= racket-result tr-result)
|
||||
;; for NaN, which is not = to itself
|
||||
(equal? racket-result tr-result)))))
|
||||
;; for NaN, which is not = to itself
|
||||
(equal? racket-result tr-result))))
|
||||
|
||||
|
||||
(define num-exceptions 0)
|
||||
|
|
Loading…
Reference in New Issue
Block a user