Update to new version of Schemeunit.
svn: r9178
This commit is contained in:
parent
aaab16c2d7
commit
b670ac0a20
|
@ -3,7 +3,7 @@
|
|||
(require scheme/match
|
||||
(for-syntax scheme/base)
|
||||
(prefix-in m: mzlib/match))
|
||||
(require (planet "test-compat2.ss" ("schematics" "schemeunit.plt" 2 1)))
|
||||
(require (planet "test-compat2.ss" ("schematics" "schemeunit.plt" 2 10)))
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
(module match-tests mzscheme
|
||||
(require mzlib/match)
|
||||
|
||||
(require (planet "test-compat2.ss" ("schematics" "schemeunit.plt" 2 1)))
|
||||
(require (planet "test-compat2.ss" ("schematics" "schemeunit.plt" 2 10)))
|
||||
|
||||
(provide match-tests)
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
(module other-plt-tests mzscheme
|
||||
|
||||
(require (planet "test-compat2.ss" ("schematics" "schemeunit.plt" 2 1)))
|
||||
(require (planet "test-compat2.ss" ("schematics" "schemeunit.plt" 2 10)))
|
||||
(require (lib "uri-codec.ss" "net"))
|
||||
(require (lib "pregexp.ss"))
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
(require mzlib/match)
|
||||
|
||||
|
||||
(require (planet "test-compat2.ss" ("schematics" "schemeunit.plt" 2 1)))
|
||||
(require (planet "test-compat2.ss" ("schematics" "schemeunit.plt" 2 10)))
|
||||
|
||||
(provide other-tests)
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
(module plt-match-tests mzscheme
|
||||
(require (planet "test-compat2.ss" ("schematics" "schemeunit.plt" 2 1)))
|
||||
(require (planet "text-ui.ss" ("schematics" "schemeunit.plt" 2 1)))
|
||||
(require (planet "test-compat2.ss" ("schematics" "schemeunit.plt" 2 10)))
|
||||
(require (planet "text-ui.ss" ("schematics" "schemeunit.plt" 2 10)))
|
||||
|
||||
(require mzlib/plt-match)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user