From bf714cca1eddd5f5c31f1539439137df8bf82e76 Mon Sep 17 00:00:00 2001 From: Jay McCarthy Date: Wed, 7 Oct 2015 11:05:35 -0400 Subject: [PATCH] note --- remix/tests/simple.rkt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/remix/tests/simple.rkt b/remix/tests/simple.rkt index a9da67c..edbbc10 100644 --- a/remix/tests/simple.rkt +++ b/remix/tests/simple.rkt @@ -1,4 +1,7 @@ #lang remix +;; This requires changes to Racket that are not yet pushed, but will +;; be once the release branch is made. + (require remix/stx0 remix/num/gen0)