diff options
| author | 2025-02-25 10:05:14 -0500 | |
|---|---|---|
| committer | 2025-02-25 10:05:14 -0500 | |
| commit | 28e9dc303f58bd63d2bc7c210f3e14dc9b1ee75c (patch) | |
| tree | 782ecfec779c5dfcfe0ce165a62319705386bad0 /tests | |
| parent | make library hierarchy again (diff) | |
rename
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/run.scm | 1 |
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)) |
