Rackety
This commit is contained in:
parent
2652237559
commit
c2d7f58e65
|
@ -1,8 +1,8 @@
|
||||||
(module tl-test scheme
|
#lang racket
|
||||||
(require "../reduction-semantics.ss"
|
(require "../reduction-semantics.ss"
|
||||||
"test-util.ss"
|
"test-util.ss"
|
||||||
(only-in "../private/matcher.ss" make-bindings make-bind)
|
(only-in "../private/matcher.ss" make-bindings make-bind)
|
||||||
scheme/match
|
racket/match
|
||||||
"../private/struct.ss")
|
"../private/struct.ss")
|
||||||
|
|
||||||
(reset-count)
|
(reset-count)
|
||||||
|
@ -2080,4 +2080,5 @@
|
||||||
(test-bad-equiv-arg test-->)
|
(test-bad-equiv-arg test-->)
|
||||||
(test-bad-equiv-arg test-->>))
|
(test-bad-equiv-arg test-->>))
|
||||||
|
|
||||||
(print-tests-passed 'tl-test.ss))
|
(print-tests-passed 'tl-test.ss)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user