diff options
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" |