update to new test runner
This commit is contained in:
parent
cf7947627f
commit
ec4ac3f37b
2 changed files with 3 additions and 1 deletions
|
@ -47,5 +47,7 @@ Alternative implementation strategies include:
|
|||
terminating)
|
||||
* sentinel-value return (uglier)
|
||||
|
||||
The linear update procedures are the same as the functional procedures.
|
||||
|
||||
[3]: https://srfi.schemers.org/srfi-158/srfi-158.html
|
||||
[4]: https://www.more-magic.net/posts/internals-gc.html
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
|
||||
(test-runner-factory mcgoron-test-factory)
|
||||
(test-runner-current (test-runner-create))
|
||||
(set-verbosity! 'fails)
|
||||
(set-verbosity! '(fails))
|
||||
|
||||
;;; ;;;;;;;;;;;;;;;;;;;
|
||||
;;; Random in-order vector generator
|
||||
|
|
Loading…
Reference in a new issue