From f49835c11b16b0d8cf136f076c31cbc28f1f4931 Mon Sep 17 00:00:00 2001 From: Andrey Listopadov Date: Wed, 23 Jun 2021 18:46:22 +0300 Subject: refactor library to use new init-macros.fnl feature Old way of requiring the library: (local clj (require :fennel-cljlib) (import-macros cljm :fennel-cljlib.macros) New way: (local clj (require :fennel-cljlib) (import-macros cljm :fennel-cljlib) --- tests/macros.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/macros.fnl') diff --git a/tests/macros.fnl b/tests/macros.fnl index 2176f15..bef0390 100644 --- a/tests/macros.fnl +++ b/tests/macros.fnl @@ -1,5 +1,5 @@ (require-macros :fennel-test.test) -(require-macros :macros) +(require-macros :init-macros) (deftest into (testing "into" -- cgit v1.2.3