From 3da1a2b285d542bc90aa277fe4df3a522ff4796c Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Sat, 21 Nov 1998 03:19:13 +0000 Subject: [PATCH] ... original commit: a489b3bf5c915dc9fb6412c0656c33ae6f794121 --- collects/tests/framework/main.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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