about summary refs log tree commit diff stats
path: root/062array.mu
diff options
context:
space:
mode:
Diffstat (limited to '062array.mu')
-rw-r--r--062array.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/062array.mu b/062array.mu
index b7937fbc..a14f4916 100644
--- a/062array.mu
+++ b/062array.mu
@@ -13,7 +13,7 @@ scenario array-from-args [
 
 # create an array out of a list of scalar args
 recipe new-array [
-  new-default-space
+  local-scope
   capacity:number <- copy 0:literal
   {
     # while read curr-value