aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/step9_try.mal1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/step9_try.mal b/tests/step9_try.mal
index 4093e7d..0ac0bf2 100644
--- a/tests/step9_try.mal
+++ b/tests/step9_try.mal
@@ -274,7 +274,6 @@
(meta l-wm)
;=>{"b" 2}
-;; Testing metadata on functions
(def! f-wm (with-meta (fn* [a] (+ 1 a)) {"abc" 1}))
(meta f-wm)
;=>{"abc" 1}