diff options
Diffstat (limited to 'macros_test.fnl')
| -rw-r--r-- | macros_test.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros_test.fnl b/macros_test.fnl index f8c72fa..8da9e7f 100644 --- a/macros_test.fnl +++ b/macros_test.fnl @@ -1,6 +1,6 @@ (import-macros {: if-let : when-let : if-some : when-some : into : defmethod : defmulti} :macros.core) (import-macros {: assert-eq : assert-ne : assert* : testing : deftest} :test) -(local {: eq? : identity} (require :core)) ;; required for testing +(local {: eq : identity} (require :core)) ;; required for testing (deftest into (testing into |