Testing of this module is done in lang-test.ss
svn: r6594
This commit is contained in:
parent
70b4fba422
commit
b49fe21434
|
@ -1,8 +0,0 @@
|
|||
(module abort-resume-test mzscheme
|
||||
(require (planet "test.ss" ("schematics" "schemeunit.plt" 2)))
|
||||
(provide abort-resume-tests)
|
||||
|
||||
; XXX
|
||||
(define abort-resume-tests
|
||||
(test-suite
|
||||
"Abort Resume")))
|
|
@ -1,6 +1,5 @@
|
|||
(module all-lang-tests mzscheme
|
||||
(require (planet "test.ss" ("schematics" "schemeunit.plt" 2))
|
||||
"abort-resume-test.ss"
|
||||
"anormal-test.ss"
|
||||
"file-box-test.ss"
|
||||
"labels-test.ss"
|
||||
|
@ -14,7 +13,6 @@
|
|||
(define all-lang-tests
|
||||
(test-suite
|
||||
"Web Language"
|
||||
abort-resume-tests
|
||||
anormal-tests
|
||||
file-box-tests
|
||||
labels-tests
|
||||
|
|
Loading…
Reference in New Issue
Block a user