]> gitweb.factorcode.org Git - factor.git/commitdiff
tools.cal: remove tests.
authorJohn Benediktsson <mrjbq7@gmail.com>
Sat, 12 Dec 2020 23:14:52 +0000 (15:14 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sat, 12 Dec 2020 23:14:52 +0000 (15:14 -0800)
extra/tools/cal/cal-tests.factor [deleted file]

diff --git a/extra/tools/cal/cal-tests.factor b/extra/tools/cal/cal-tests.factor
deleted file mode 100644 (file)
index fedcfd7..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-USING: calendar tools.cal.private tools.test ;
-
-{
-    "    October 2010    "
-} [
-    2010 10 10 <date> month-header
-] unit-test
-
-{
-    "                              2010                              "
-} [
-    2010 10 10 <date> year-header
-] unit-test