use assert macros in anoia/init.fnl
there is no circularity (maybe there was once?)
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
|
||||
;; e.g. (import-macros { : expect= } :anoia.assert)
|
||||
|
||||
|
||||
(fn expect [assertion]
|
||||
(let [msg (.. "expectation failed: " (view assertion))]
|
||||
`(when (not ,assertion)
|
||||
|
Reference in New Issue
Block a user