summaryrefslogtreecommitdiff
path: root/tests/core.fnl
diff options
context:
space:
mode:
authorAndrey Listopadov <andreyorst@gmail.com>2021-07-22 22:35:49 +0300
committerAndrey Listopadov <andreyorst@gmail.com>2021-07-22 22:40:04 +0300
commit859cf1388770f65d31002d3667977d6760c2e092 (patch)
treea5dcc420cc64154c7bc482bfc6370ac8d275fbd4 /tests/core.fnl
parentcc82dd57c87e19439f851c2bfd66834f70276bb8 (diff)
release: v0.5.4
Diffstat (limited to 'tests/core.fnl')
-rw-r--r--tests/core.fnl1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/core.fnl b/tests/core.fnl
index d759fe4..ab3b08a 100644
--- a/tests/core.fnl
+++ b/tests/core.fnl
@@ -446,7 +446,6 @@
(assert-eq (vals {:a 1}) [1])
(match (pcall #(assert-eq (keys {:a 1 :b 2 :c 3}) (hash-set :a :b :c)))
(false msg) (io.stderr:write "WARNING: " msg))
- (print "10")
(match (pcall #(assert-eq (vals {:a 1 :b 2 :c 3}) (hash-set 1 2 3)))
(false msg) (io.stderr:write "WARNING: " msg))
(assert-eq (find {:a 1 :b 2 :c 3} :c) [:c 3])