about summary refs log tree commit diff stats
path: root/sandbox/005-sandbox.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-11-21 09:26:30 -0800
committerKartik K. Agaram <vc@akkartik.com>2015-11-21 09:27:25 -0800
commit167d0ca0d62f46598ea7385a11fa64ec935b5269 (patch)
tree8d6031f7fa1830ccdf71d391aeec1e35d4966c32 /sandbox/005-sandbox.mu
parentfe9f07155abf6e5326d0e27c1b367181f0fcbfa8 (diff)
downloadmu-167d0ca0d62f46598ea7385a11fa64ec935b5269.tar.gz
2466 - eliminate ':string' from scenarios
Diffstat (limited to 'sandbox/005-sandbox.mu')
-rw-r--r--sandbox/005-sandbox.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/005-sandbox.mu b/sandbox/005-sandbox.mu
index 083dcc1c..63d86fb6 100644
--- a/sandbox/005-sandbox.mu
+++ b/sandbox/005-sandbox.mu
@@ -432,6 +432,6 @@ scenario editor-provides-edited-contents [
     4:array:character <- copy *3:address:array:character
   ]
   memory-should-contain [
-    4:string <- [abdefc]
+    4:array:character <- [abdefc]
   ]
 ]