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:22:23 -0700
committerKartik K. Agaram <vc@akkartik.com>2014-10-31 21:22:23 -0700
commit4339b5d20697f4e9d1b8d02c19d68ef6bee0a827 (patch)
tree82df86c0b1ea6f33d60677c113dc1f2cd36523f8 /mu.arc.t
parent02afde0b6940d4a5f2fafde7fbb8776230030091 (diff)
downloadmu-4339b5d20697f4e9d1b8d02c19d68ef6bee0a827.tar.gz
196
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 5c77c121..9d0fe7fb 100644
--- a/mu.arc.t
+++ b/mu.arc.t
@@ -475,7 +475,7 @@
   (prn "F - 'get-address' accesses fields of record address"))
 
 (reset)
-(new-trace "index-array-literal")
+(new-trace "index-literal")
 (add-fns
   '((main
       ((1 integer) <- copy (2 literal))
@@ -490,7 +490,7 @@
   (prn "F - 'index' accesses indices of arrays"))
 
 (reset)
-(new-trace "index-array-direct")
+(new-trace "index-direct")
 (add-fns
   '((main
       ((1 integer) <- copy (2 literal))