diff options
| author | Andrey Orst <andreyorst@gmail.com> | 2020-11-08 21:13:47 +0300 |
|---|---|---|
| committer | Andrey Orst <andreyorst@gmail.com> | 2020-11-08 21:13:47 +0300 |
| commit | 910bfcf768c2305a6885b0d1f491561d09ebd9ca (patch) | |
| tree | cd88174ffdb222df8b61ecf68796452580d9dee4 /test/test.fnl | |
| parent | cf18cb390b2ba9ac852b52b22beb9fda0d4ab7d2 (diff) | |
feature(macros): add metadata macros, doc, and some tests
Diffstat (limited to 'test/test.fnl')
| -rw-r--r-- | test/test.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
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 |