aboutsummaryrefslogtreecommitdiffstats
path: root/spec/test_setup.moon
diff options
context:
space:
mode:
Diffstat (limited to 'spec/test_setup.moon')
-rw-r--r--spec/test_setup.moon1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/test_setup.moon b/spec/test_setup.moon
index 678cfb7..53d1451 100644
--- a/spec/test_setup.moon
+++ b/spec/test_setup.moon
@@ -90,5 +90,6 @@ class TestPilot extends Copilot
tail: -> tail
tag: Tag.blank!
+ COPILOT.active_module.registry\scan_ast fake_cell
op_invoke\eval_cell fake_cell, Scope!, Constant.wrap op
}