use assert macros in anoia/init.fnl

there is no circularity (maybe there was once?)
This commit is contained in:
Daniel Barlow
2024-12-11 17:25:39 +00:00
parent 5572c0ecb0
commit 13087d17e3
3 changed files with 16 additions and 24 deletions

View File

@@ -3,7 +3,6 @@
;; e.g. (import-macros { : expect= } :anoia.assert)
(fn expect [assertion]
(let [msg (.. "expectation failed: " (view assertion))]
`(when (not ,assertion)