do not reprovide rackunit in rackunit-typechecking

This commit is contained in:
Stephen Chang 2017-03-24 10:59:52 -04:00
parent 2643d7c8f8
commit 28fa4dfb48

View File

@ -1,4 +1,4 @@
#lang racket/base
;; extends rackunit with type-checking forms
(require rackunit "examples/tests/rackunit-typechecking.rkt")
(provide (all-from-out rackunit "examples/tests/rackunit-typechecking.rkt"))
;; extends some rackunit forms to test type-checking
(require "examples/tests/rackunit-typechecking.rkt")
(provide (all-from-out "examples/tests/rackunit-typechecking.rkt"))