guile-srfi-123

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit cd2366665df545ba5c10ab8d2819de9d2100dbbf
parent e3655bbd6fd0660b2c4973c221270b60ed34363a
Author: Yuval Langer <yuval.langer@gmail.com>
Date:   Sun,  5 Jan 2025 00:18:09 +0200

Remove the ability of changing the "b" field of the <foo> record which was added accidentally in the move to a single test file.

Diffstat:
Mrun-tests.scm | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/run-tests.scm b/run-tests.scm @@ -45,7 +45,7 @@ (make-foo a b) foo? (a foo-a set-foo-a!) - (b foo-b set-foo-b!) + (b foo-b) ) (define (run-tests)