aboutsummaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
Diffstat (limited to 'spec')
-rw-r--r--spec/lang/do_spec.moon2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lang/do_spec.moon b/spec/lang/do_spec.moon
index 67b7b33..310a75d 100644
--- a/spec/lang/do_spec.moon
+++ b/spec/lang/do_spec.moon
@@ -14,7 +14,7 @@ describe "do", ->
assert.is.true rt\is_const!
assert.is.equal (Constant.num 3), rt.result
- rt = COPILOT\eval_once '(do 1 2 (trace 3))'
+ rt = COPILOT\eval_once '(do 1 2 (def _ 3))'
assert.is.true rt\is_const!
assert.is.nil rt.result