summaryrefslogtreecommitdiff
path: root/bs/test.scm
diff options
context:
space:
mode:
Diffstat (limited to 'bs/test.scm')
-rw-r--r--bs/test.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/bs/test.scm b/bs/test.scm
index a45bca1..5d5a2c6 100644
--- a/bs/test.scm
+++ b/bs/test.scm
@@ -6,9 +6,9 @@
#:select (prn))
#:export (testing))
-;; TODO: learn srfi-64
-;; TODO: port over `deftest' et al from clojure
-;; TODO: someday a quickcheck-like would be best
+;; - learn srfi-64
+;; - port over `deftest' et al from clojure
+;; - someday a quickcheck-like would be best
;; simple analog to clojure's `testing'
(define-syntax testing