original commit: 92479235be442f870543556a3fedaa769f9414db
This commit is contained in:
Matthew Flatt 2001-05-08 12:25:47 +00:00
parent 5136dfb6c6
commit 0f95e22d92

View File

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