
Some additional mred-related tweaks. original commit: fcedc30ee4787d955adab3e0e656332812685e25
6 lines
136 B
Racket
6 lines
136 B
Racket
|
|
(unless (with-handlers ([exn:fail? (lambda (x) #f)])
|
|
(namespace-variable-binding 'SECTION)
|
|
#t)
|
|
(load-relative "testing.rktl"))
|