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/fn.fnl | |
| parent | 61345c5ace172f3c6f133f8ffb09722c5b9a9b08 (diff) | |
feature(core): breaking change of project structure
Diffstat (limited to 'test/fn.fnl')
| -rw-r--r-- | test/fn.fnl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/fn.fnl b/test/fn.fnl index f89581f..ec4e835 100644 --- a/test/fn.fnl +++ b/test/fn.fnl @@ -1,6 +1,5 @@ (require-macros :test.test) -(require-macros :macros.core) -(require-macros :macros.fn) +(require-macros :cljlib-macros) (deftest fn* (testing "fn* meta" |