diff options
| author | Andrey Orst <andreyorst@gmail.com> | 2020-11-10 23:26:08 +0300 |
|---|---|---|
| committer | Andrey Orst <andreyorst@gmail.com> | 2020-11-10 23:26:08 +0300 |
| commit | 5bf187555012925bbd464b86ca49f7bd37e2c51c (patch) | |
| tree | 50fe4d7fefaa62e09bbe4320a6c4cf97df59fbff /test/test.fnl | |
| parent | 61345c5ace172f3c6f133f8ffb09722c5b9a9b08 (diff) | |
feature(core): breaking change of project structure
Diffstat (limited to 'test/test.fnl')
| -rw-r--r-- | test/test.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.fnl b/test/test.fnl index 211f330..6d04338 100644 --- a/test/test.fnl +++ b/test/test.fnl @@ -1,4 +1,4 @@ -(require-macros :macros.fn) +(require-macros :cljlib-macros) (fn eq-fn [] `(fn eq# [a# b#] |