Fixed reference to deleted file in tests
This commit is contained in:
parent
e2176be9f4
commit
4862bdb42f
|
@ -1,8 +1,7 @@
|
||||||
#lang typed/racket
|
#lang typed/racket
|
||||||
|
|
||||||
(require xlist/untyped
|
(require xlist/untyped
|
||||||
typed/rackunit
|
typed/rackunit)
|
||||||
"ck.rkt")
|
|
||||||
|
|
||||||
(define-syntax-rule (check-match v clause result)
|
(define-syntax-rule (check-match v clause result)
|
||||||
(check-equal? (let ([no-match (gensym 'no-match)])
|
(check-equal? (let ([no-match (gensym 'no-match)])
|
||||||
|
|
Loading…
Reference in New Issue
Block a user