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/fn.fnl | |
| parent | c571f017a0d2c6ce750d97f00f493c48a1859ff3 (diff) | |
fix(testing): do not depend on eq from core
Diffstat (limited to 'test/fn.fnl')
| -rw-r--r-- | test/fn.fnl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/fn.fnl b/test/fn.fnl index 44e280d..aae0382 100644 --- a/test/fn.fnl +++ b/test/fn.fnl @@ -1,7 +1,5 @@ (require-macros :test.test) (require-macros :macros.core) -(local {: eq} (require :core)) ;; required for testing - (require-macros :macros.fn) (deftest fn* |