summaryrefslogtreecommitdiffstats
path: root/composing-comparators-test.scm
diff options
context:
space:
mode:
authorGravatar Arthur A. Gleckler 2022-11-14 15:15:08 -0800
committerGravatar Arthur A. Gleckler 2022-11-14 15:15:08 -0800
commit8298764c6b8a16490b28cccb9ab87a5ebb20234d (patch)
treea6f6915a6c0b7ffec3b4b995be2fc20979a2bfb2 /composing-comparators-test.scm
parentLink to landing pages, not documents. (diff)
Move to "srfi/" directory. Follow naming convention.
Diffstat (limited to 'composing-comparators-test.scm')
-rw-r--r--composing-comparators-test.scm11
1 files changed, 0 insertions, 11 deletions
diff --git a/composing-comparators-test.scm b/composing-comparators-test.scm
deleted file mode 100644
index 305a4dc..0000000
--- a/composing-comparators-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))
-
-
-