From 41892970635ce22d49c746e9141720aaf3821eb1 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Sat, 16 Jan 2010 20:06:27 +0000 Subject: [PATCH] added in missing require svn: r17676 --- collects/htdp/tests/world.ss | 1 + 1 file changed, 1 insertion(+) diff --git a/collects/htdp/tests/world.ss b/collects/htdp/tests/world.ss index 0808543413..0de5b531ee 100644 --- a/collects/htdp/tests/world.ss +++ b/collects/htdp/tests/world.ss @@ -2,6 +2,7 @@ ;; about the language level of this file in a form that our tools can easily process. #reader(lib "htdp-intermediate-lambda-reader.ss" "lang")((modname world) (read-case-sensitive #t) (teachpacks ()) (htdp-settings #(#t constructor repeating-decimal #f #t none #f ()))) (require 2htdp/universe) +(require htdp/image) ;; testing world ;; World = Nat