diff options
| author | Andrey Orst <andreyorst@gmail.com> | 2020-11-09 21:26:25 +0300 |
|---|---|---|
| committer | Andrey Orst <andreyorst@gmail.com> | 2020-11-09 21:27:35 +0300 |
| commit | 1f88cd3b8eadeab2518519a97683067ec777eb6e (patch) | |
| tree | 605c188b6846b949b3df08a64a4ec2226ee46354 /test/macros.fnl | |
| parent | c571f017a0d2c6ce750d97f00f493c48a1859ff3 (diff) | |
fix(testing): do not depend on eq from core
Diffstat (limited to 'test/macros.fnl')
| -rw-r--r-- | test/macros.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/macros.fnl b/test/macros.fnl index 53de853..5b06c42 100644 --- a/test/macros.fnl +++ b/test/macros.fnl @@ -1,5 +1,5 @@ (require-macros :test.test) -(local {: eq : identity} (require :core)) ;; required for testing +(local {: identity} (require :core)) (require-macros :macros.core) |