From a917237630a87807d87a53e77b8f363e91ade06f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nacho=20Mart=C3=ADn?= Date: Fri, 6 Mar 2015 22:43:59 +0100 Subject: Removed extra parenthesis in tests for step5 Hi there, just fixing an extra parenthesis. PS: This thing is very addictive :) --- tests/step5_tco.mal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/step5_tco.mal b/tests/step5_tco.mal index 9054c74..64f3d9d 100644 --- a/tests/step5_tco.mal +++ b/tests/step5_tco.mal @@ -8,7 +8,7 @@ ;;; no try* yet, so test completion of side-effects (def! res1 nil) ;=>nil -(def! res1 (sum-to 10000))) +(def! res1 (sum-to 10000)) res1 ;=>nil -- cgit v1.2.3