update to new test runner

This commit is contained in:
Peter McGoron 2025-02-14 19:40:13 -05:00
parent cf7947627f
commit ec4ac3f37b
2 changed files with 3 additions and 1 deletions

View file

@ -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

View file

@ -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