diff options
Diffstat (limited to 'edit')
-rw-r--r-- | edit/005-sandbox.mu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/edit/005-sandbox.mu b/edit/005-sandbox.mu index 79da2409..d6e8b8a4 100644 --- a/edit/005-sandbox.mu +++ b/edit/005-sandbox.mu @@ -500,6 +500,6 @@ scenario editor-provides-edited-contents [ 4:array:character <- copy *3:address:array:character ] memory-should-contain [ - 4:string <- [abdefc] + 4:array:character <- [abdefc] ] ] |