From 910bfcf768c2305a6885b0d1f491561d09ebd9ca Mon Sep 17 00:00:00 2001 From: Andrey Orst Date: Sun, 8 Nov 2020 21:13:47 +0300 Subject: feature(macros): add metadata macros, doc, and some tests --- test/test.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test.fnl') diff --git a/test/test.fnl b/test/test.fnl index 4b40832..ff7c8bc 100644 --- a/test/test.fnl +++ b/test/test.fnl @@ -1,4 +1,4 @@ -(import-macros {: fn*} :macros.fn) +(require-macros :macros.fn) ;; requires `eq' from core.fnl to be available at runtime (fn* assert-eq -- cgit v1.2.3