about summary refs log tree commit diff stats
path: root/sandbox/009-sandbox-test.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-09-12 00:47:44 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-09-12 00:47:44 -0700
commite2b367dc2548ab80fc3e0949ee4f327c1c447758 (patch)
treee5562a63b46356cd1757a2ac24ebe0e07fce597c /sandbox/009-sandbox-test.mu
parentea19d0dc2c11f48ca384fb087b4e44ef400bfaa2 (diff)
downloadmu-e2b367dc2548ab80fc3e0949ee4f327c1c447758.tar.gz
3338
Process type abbreviations in container definitions.
Diffstat (limited to 'sandbox/009-sandbox-test.mu')
-rw-r--r--sandbox/009-sandbox-test.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/009-sandbox-test.mu b/sandbox/009-sandbox-test.mu
index c89775a4..a0da09a8 100644
--- a/sandbox/009-sandbox-test.mu
+++ b/sandbox/009-sandbox-test.mu
@@ -84,7 +84,7 @@ def foo [
 # this requires tracking a couple more things
 container sandbox-data [
   response-starting-row-on-screen:number
-  expected-response:address:array:character
+  expected-response:text
 ]
 
 # include expected response when saving or restoring a sandbox