diff --git a/collects/tests/framework/main.ss b/collects/tests/framework/main.ss index 8f6d03e1..32d4ac77 100644 --- a/collects/tests/framework/main.ss +++ b/collects/tests/framework/main.ss @@ -124,7 +124,7 @@ (eval (send-sexp-to-mred sexp/proc)))]) ;; this is here to help catch any errors in generated events - (send-sexp-to-mred 'check-for-errors) + (send-sexp-to-mred ''check-for-errors) (not (passed? result))))]) (when failed