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 9f1a5824..b7937fbc 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 [
-  default-space:address:array:location <- new location:type, 30:literal
+  new-default-space
   capacity:number <- copy 0:literal
   {
     # while read curr-value