Use the new #:keep-going? option for TR random testing.

This commit is contained in:
Vincent St-Amour 2013-11-01 13:56:49 -04:00
parent 90bfbcbec8
commit 7f90ace546

View File

@ -270,6 +270,7 @@
(lambda ()
(redex-check tr-arith E (check-all-reals (term E))
#:attempts n-attempts
#:prepare exp->real-exp)))
#:prepare exp->real-exp
#:keep-going? #t)))
(printf "bad tests (usually typechecking failed): ~v~n" num-exceptions)