aboutsummaryrefslogtreecommitdiffstats
path: root/tests/impl.scm
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2025-08-05 18:48:07 -0400
committerGravatar Peter McGoron 2025-08-05 18:48:07 -0400
commitb2d20f903a9de21e89b15b512123f6ff9aca3504 (patch)
treeb545b95f858344fa7b6061b7d04a951f55e9e81e /tests/impl.scm
parentadd chibi (diff)
remove inspect-test-info procedure from mutexes so that it can itself lock mutexes if desired
Diffstat (limited to 'tests/impl.scm')
-rw-r--r--tests/impl.scm2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/impl.scm b/tests/impl.scm
index a25fa10..3a3e822 100644
--- a/tests/impl.scm
+++ b/tests/impl.scm
@@ -29,8 +29,6 @@
(test-group "test-ref, test-contains? and test-ref/default"
(test-group "default keys"
- (define (test-pair name key value)
- (test-eq name key value))
(for-each (lambda (key value)
(let ((name (symbol->string key)))
(with-test-assert (string-append "contains " name)