about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--032array.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/032array.cc b/032array.cc
index 9ff28800..bf2ac8d4 100644
--- a/032array.cc
+++ b/032array.cc
@@ -10,11 +10,6 @@
 recipe main [
   # create an array occupying locations 1 (for the size) and 2-4 (for the elements)
   1:array:number:3 <- create-array
-  # write to it
-  2:number <- copy 34
-  3:number <- copy 35
-  4:number <- copy 36
-  reply 1:array:number:3
 ]
 +run: creating array of size 4