From 5bf187555012925bbd464b86ca49f7bd37e2c51c Mon Sep 17 00:00:00 2001 From: Andrey Orst Date: Tue, 10 Nov 2020 23:26:08 +0300 Subject: feature(core): breaking change of project structure --- test/fn.fnl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/fn.fnl') 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" -- cgit v1.2.3