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/core.fnl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'test/core.fnl') diff --git a/test/core.fnl b/test/core.fnl index 2a5e38f..6c705b6 100644 --- a/test/core.fnl +++ b/test/core.fnl @@ -1,5 +1,4 @@ -(require-macros :macros.fn) -(require-macros :macros.core) +(require-macros :cljlib-macros) (require-macros :test.test) (local @@ -63,7 +62,7 @@ : ge : lt : gt} - (require :core)) + (require :cljlib)) (deftest equality (testing "comparing basetypes" -- cgit v1.2.3