Fixed reference to deleted file in tests

This commit is contained in:
Georges Dupéron 2016-09-21 19:51:23 +02:00
parent e2176be9f4
commit 4862bdb42f

View File

@ -1,8 +1,7 @@
#lang typed/racket
(require xlist/untyped
typed/rackunit
"ck.rkt")
typed/rackunit)
(define-syntax-rule (check-match v clause result)
(check-equal? (let ([no-match (gensym 'no-match)])