aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2025-02-25 10:05:14 -0500
committerGravatar Peter McGoron 2025-02-25 10:05:14 -0500
commit28e9dc303f58bd63d2bc7c210f3e14dc9b1ee75c (patch)
tree782ecfec779c5dfcfe0ce165a62319705386bad0 /tests
parentmake library hierarchy again (diff)
rename
Diffstat (limited to 'tests')
-rw-r--r--tests/run.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/run.scm b/tests/run.scm
index 9825c30..f6ace47 100644
--- a/tests/run.scm
+++ b/tests/run.scm
@@ -136,6 +136,7 @@
(test-property override (list (bytevector-generator))))))
(test-group "subtyping"
+ ;; TODO: property testing
(define sub (make-new-SAHP))
(define (test-for-all)
(test-assert "exact integer" (sub 0))