From b3ebd557b1baa2b1d6b60e8b42b1e70bf60009ed Mon Sep 17 00:00:00 2001 From: Vincent St-Amour Date: Fri, 8 Jan 2016 12:25:52 -0600 Subject: [PATCH] Don't run raco.rkt for testing. --- profile-lib/raco.rkt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/profile-lib/raco.rkt b/profile-lib/raco.rkt index 9c097d3..16f94c6 100644 --- a/profile-lib/raco.rkt +++ b/profile-lib/raco.rkt @@ -61,3 +61,5 @@ (profile-thunk t #:threads threads? #:use-errortrace? use-errortrace?)])) + +(module test racket/base) ; don't run for testing