racket/collects/htdp/tests/lkup-gui.ss
Eli Barzilay 3bc3935fc5 renamed Test directory to tests
svn: r16801
2009-11-16 07:59:47 +00:00

10 lines
481 B
Scheme

;; The first three lines of this file were inserted by DrScheme. They record metadata
;; about the language level of this file in a form that our tools can easily process.
#reader(lib "htdp-advanced-reader.ss" "lang")((modname lkup-gui) (read-case-sensitive #t) (teachpacks ()) (htdp-settings #(#t constructor repeating-decimal #t #t none #f ())))
(require htdp/lkup-gui)
(check-expect (connect
(lambda (e b)
(view (control))))
true)