do not reprovide rackunit in rackunit-typechecking
This commit is contained in:
parent
2643d7c8f8
commit
28fa4dfb48
|
@ -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"))
|
||||
|
|
Loading…
Reference in New Issue
Block a user