gui/collects/tests/mred/loadtest.ss
Matthew Flatt 0f95e22d92 .
original commit: 92479235be442f870543556a3fedaa769f9414db
2001-05-08 12:25:47 +00:00

6 lines
139 B
Scheme

(unless (with-handlers ([not-break-exn? (lambda (x) #f)])
(namespace-variable-binding 'SECTION)
#t)
(load-relative "testing.ss"))