Turn off test where it is not caught properly

This commit is contained in:
Jay McCarthy 2013-11-19 14:25:13 -07:00
parent a7c6d5a9a4
commit d6b68a6633

View File

@ -56,6 +56,6 @@
(define yes #t)
(check-true yes)))))))))
(module+ test
(module+ not-test
(require rackunit/text-ui)
(run-tests test-case-tests))