about summary refs log tree commit diff stats
path: root/cpp/062array.mu
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/062array.mu')
-rw-r--r--cpp/062array.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/062array.mu b/cpp/062array.mu
index 3afecf5c..95af1412 100644
--- a/cpp/062array.mu
+++ b/cpp/062array.mu
@@ -3,7 +3,7 @@ scenario array-from-args [
     1:address:array:location <- init-array 0:literal, 1:literal, 2:literal
     2:array:location <- copy 1:address:array:location/deref
   ]
-  memory should contain [
+  memory-should-contain [
     2 <- 3  # array length
     3 <- 0
     4 <- 1