summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Daphne Preston-Kendal 2022-11-26 13:11:58 +0100
committerGravatar Daphne Preston-Kendal 2022-11-26 13:11:58 +0100
commit70fc58ae02f0def9066f5512fa0dd4d42f62af05 (patch)
tree6f7739e4ba995e8b958c9ec833fe2a9e45698a2b
parentExpand Arthur’s credit (diff)
oops, don't include the old test file
-rw-r--r--test.scm11
1 files changed, 0 insertions, 11 deletions
diff --git a/test.scm b/test.scm
deleted file mode 100644
index 305a4dc..0000000
--- a/test.scm
+++ /dev/null
@@ -1,11 +0,0 @@
-(import (chibi test))
-
-(define-record-type <date>
- (make-date year month day)
- date?
- (year date-year)
- (month date-month)
- (day date-day))
-
-
-