about summary refs log tree commit diff stats
path: root/mu.arc.t
diff options
context:
space:
mode:
Diffstat (limited to 'mu.arc.t')
-rw-r--r--mu.arc.t5
1 files changed, 3 insertions, 2 deletions
diff --git a/mu.arc.t b/mu.arc.t
index 3d8358ea..5c77c121 100644
--- a/mu.arc.t
+++ b/mu.arc.t
@@ -851,10 +851,11 @@
 
 (reset)
 (new-trace "new-fn-arg-random-access")
+;? (set dump-trace*)
 (add-fns
   '((test1
-      ((5 integer) <- arg 1)
-      ((4 integer) <- arg 0)
+      ((5 integer) <- arg (1 literal))
+      ((4 integer) <- arg (0 literal))
       ((3 integer) <- add (4 integer) (5 integer))
       (reply)
       ((4 integer) <- copy (34 literal)))  ; should never run