aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/coverage-supplement.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-10-16 19:39:12 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-10-16 19:40:24 +0200
commit22f28015981295660ff98b43789f8c4c99134f36 (patch)
treee6d43c74a23843212e0fc183a1e09ca2b5d2fa17 /tests/unit/coverage-supplement.scm
parentAdd `not` case to type validators. (diff)
downloadcalp-22f28015981295660ff98b43789f8c4c99134f36.tar.gz
calp-22f28015981295660ff98b43789f8c4c99134f36.tar.xz
Move timespec and recur-rule to new object system.
Diffstat (limited to 'tests/unit/coverage-supplement.scm')
-rw-r--r--tests/unit/coverage-supplement.scm8
1 files changed, 7 insertions, 1 deletions
diff --git a/tests/unit/coverage-supplement.scm b/tests/unit/coverage-supplement.scm
index bd8a9717..09a04312 100644
--- a/tests/unit/coverage-supplement.scm
+++ b/tests/unit/coverage-supplement.scm
@@ -15,4 +15,10 @@
1 18)
("module/hnh/util/atomic-stack.scm"
"147b45d2216c378c35d5c3ed0228be393b6c287f2a5515802928040f2087378e"
- 1 13 29))
+ 1 13 29)
+ ("module/hnh/util/type.scm"
+ "f670542b9b404125224fd4c702be99e2c1c3fd55d862b18228e8772264ef3189"
+ 1 ; Module declaration
+ 12 34 44 46 ; Macros
+ 53) ; false? == not
+ )