aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2025-02-14 19:40:13 -0500
committerGravatar Peter McGoron 2025-02-14 19:40:13 -0500
commitec4ac3f37b933532345afd7df5bcffc761287968 (patch)
tree496d07a6a51b0fe8250d2f634fd3fdf4700a498d
parentmove files to fit the library search of implementations like chibi and cyclone (diff)
update to new test runner
-rw-r--r--README.md2
-rw-r--r--tests/run.scm2
2 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4ebc63d..bb77bc7 100644
--- a/README.md
+++ b/README.md
@@ -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
diff --git a/tests/run.scm b/tests/run.scm
index 03248f5..25cbc4c 100644
--- a/tests/run.scm
+++ b/tests/run.scm
@@ -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