From f2f4c1f3ea3819d07a60c74ace8406396f80b09d Mon Sep 17 00:00:00 2001 From: anatoly Date: Mon, 30 Nov 2015 17:33:33 -0500 Subject: [PATCH] removing 'replled' (run-tests) --- test/check/fun_with_values_test.clj | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/check/fun_with_values_test.clj b/test/check/fun_with_values_test.clj index 765793d..80a8e64 100644 --- a/test/check/fun_with_values_test.clj +++ b/test/check/fun_with_values_test.clj @@ -35,5 +35,3 @@ (is (= (with-partial 1) 42)) (is (= (f-in-f 1) 42)) (is (= f-value 42))) - -(run-tests)