summaryrefslogtreecommitdiff
path: root/test/core.fnl
diff options
context:
space:
mode:
authorAndrey Orst <andreyorst@gmail.com>2020-11-10 23:26:08 +0300
committerAndrey Orst <andreyorst@gmail.com>2020-11-10 23:26:08 +0300
commit5bf187555012925bbd464b86ca49f7bd37e2c51c (patch)
tree50fe4d7fefaa62e09bbe4320a6c4cf97df59fbff /test/core.fnl
parent61345c5ace172f3c6f133f8ffb09722c5b9a9b08 (diff)
feature(core): breaking change of project structure
Diffstat (limited to 'test/core.fnl')
-rw-r--r--test/core.fnl5
1 files changed, 2 insertions, 3 deletions
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"