about summary refs log tree commit diff stats
path: root/mu.arc.t
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2014-11-26 22:48:48 -0800
committerKartik K. Agaram <vc@akkartik.com>2014-11-26 22:48:48 -0800
commit11193608cbbcc206b5061d676be584faa4e636b3 (patch)
tree78c82690ecf72d51987762d627d472037291caeb /mu.arc.t
parent1b58aa1dec71d437965327c7f88cc54f134fed02 (diff)
downloadmu-11193608cbbcc206b5061d676be584faa4e636b3.tar.gz
340
Diffstat (limited to 'mu.arc.t')
-rw-r--r--mu.arc.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/mu.arc.t b/mu.arc.t
index cbb566bc..94d9fd44 100644
--- a/mu.arc.t
+++ b/mu.arc.t
@@ -2874,7 +2874,7 @@
 (reset)
 (new-trace "string-new")
 (add-code '((def main [
-              ((1 integer) <- new (string literal) (5 literal))
+              ((1 string-address) <- new (string literal) (5 literal))
              ])))
 (let before Memory-in-use-until
   (run 'main)
@@ -2885,7 +2885,7 @@
 (reset)
 (new-trace "string-literal")
 (add-code '((def main [
-              ((1 integer) <- new "hello")
+              ((1 string-address) <- new "hello")
              ])))
 (let before Memory-in-use-until
   (run 'main)