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-12-03 18:34:42 -0800
committerKartik K. Agaram <vc@akkartik.com>2014-12-03 18:34:42 -0800
commit793562e18975d23fa70db62467815e4bb2bd0015 (patch)
treed1864041bea46e26889b89b4a2b90f22c1268759 /mu.arc.t
parent3eb21f0e9d6c1fcc7e6201efa499759b68d82702 (diff)
downloadmu-793562e18975d23fa70db62467815e4bb2bd0015.tar.gz
394
Diffstat (limited to 'mu.arc.t')
-rw-r--r--mu.arc.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/mu.arc.t b/mu.arc.t
index 6b16d129..3621ab44 100644
--- a/mu.arc.t
+++ b/mu.arc.t
@@ -3435,7 +3435,7 @@
 (if (or (~is memory*.4 23)
         (~is memory*.5 24))
   (prn "F - 'setm' writes compound records"))
-(assert (is memory*.6 nil))
+(assert (is memory*.7 nil))
 (setm '(7 integer-point-pair) (annotate 'record '(23 24 25)))
 (if (or (~is memory*.7 23)
         (~is memory*.8 24)