From 1f88cd3b8eadeab2518519a97683067ec777eb6e Mon Sep 17 00:00:00 2001 From: Andrey Orst Date: Mon, 9 Nov 2020 21:26:25 +0300 Subject: fix(testing): do not depend on eq from core --- test/fn.fnl | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/fn.fnl') 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* -- cgit v1.2.3