about summary refs log tree commit diff stats
path: root/mu.arc.t
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-01-26 03:11:04 -0800
committerKartik K. Agaram <vc@akkartik.com>2015-01-26 03:11:04 -0800
commitb3bcdf5eb25486a6c642dc2c69fc9b98ef9ca926 (patch)
tree82d6e18a02afcd978aee36650ae0e13cb1c68ee9 /mu.arc.t
parentab1916bb210ebba36d9bdf2823a4208e7b255f70 (diff)
downloadmu-b3bcdf5eb25486a6c642dc2c69fc9b98ef9ca926.tar.gz
630 - routines can now allocate unlimited memory
Diffstat (limited to 'mu.arc.t')
-rw-r--r--mu.arc.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/mu.arc.t b/mu.arc.t
index efa0bf57..565a06dc 100644
--- a/mu.arc.t
+++ b/mu.arc.t
@@ -3924,9 +3924,11 @@
       (2:string-address <- new " world!")
       (3:string-address <- strcat 1:string-address 2:string-address)
      ])))
+;? (= dump-trace* (obj whitelist '("run"))) ;? 1
 (run 'main)
 (when (~memory-contains-array memory*.3 "hello, world!")
   (prn "F - 'strcat' concatenates strings"))
+;? (quit) ;? 1
 
 (reset)
 (new-trace "interpolate")