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-10-31 21:16:17 -0700
committerKartik K. Agaram <vc@akkartik.com>2014-10-31 21:16:17 -0700
commit02afde0b6940d4a5f2fafde7fbb8776230030091 (patch)
treef2cea5d4f67dedecd0e4044d66d74ccb259d7ebc /mu.arc.t
parent60f85dd6ddebcc7538655aa004512f3366235c4b (diff)
downloadmu-02afde0b6940d4a5f2fafde7fbb8776230030091.tar.gz
195 - more cleanup
All test functions in mu.arc.t now passing cleanly through convert-names.
edit.arc.t is still an open sore.
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