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/core.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/core.fnl') diff --git a/tests/core.fnl b/tests/core.fnl index bac93dd..d759fe4 100644 --- a/tests/core.fnl +++ b/tests/core.fnl @@ -1,4 +1,4 @@ -(require-macros :macros) +(require-macros :init-macros) (require-macros :fennel-test.test) (macro require-module [module] -- cgit v1.2.3