oops rename in tests subdir too
This commit is contained in:
parent
683f6b0fe4
commit
ca88fdd7e5
|
@ -165,10 +165,10 @@
|
|||
(check-equal? foo 3)))
|
||||
|
||||
(test-case
|
||||
"Test simple foldts"
|
||||
"Test simple foldts-test-suite"
|
||||
(check-equal?
|
||||
'(S (C C C))
|
||||
(foldts
|
||||
(foldts-test-suite
|
||||
(lambda (suite name before after seed)
|
||||
seed)
|
||||
(lambda (suite name before after seed kid-seed)
|
||||
|
|
|
@ -166,5 +166,5 @@
|
|||
#;[fold-test-results
|
||||
XXX]
|
||||
; XXX Requires knowing more about test cases and structs
|
||||
#;[foldts
|
||||
#;[foldts-test-suite
|
||||
XXX])
|
||||
|
|
Loading…
Reference in New Issue
Block a user