aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJoel Martin <github@martintribe.org>2015-03-06 16:09:05 -0600
committerJoel Martin <github@martintribe.org>2015-03-06 16:09:05 -0600
commit9ab77a16c0e8054ae769b29b6a305d3c4fb02398 (patch)
treee5364b4eef62ad82c984f3759792a876b01b6add /tests
parente27782ea094599b30f821bb1eac4dc5504de58a4 (diff)
parenta917237630a87807d87a53e77b8f363e91ade06f (diff)
downloadmal-9ab77a16c0e8054ae769b29b6a305d3c4fb02398.tar.gz
mal-9ab77a16c0e8054ae769b29b6a305d3c4fb02398.zip
Merge pull request #32 from nacmartin/patch-1
Removed extra parenthesis in tests for step5
Diffstat (limited to 'tests')
-rw-r--r--tests/step5_tco.mal2
1 files changed, 1 insertions, 1 deletions
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