aboutsummaryrefslogtreecommitdiff
path: root/test/passes/expand-accessors/accessor-mem.fir
diff options
context:
space:
mode:
Diffstat (limited to 'test/passes/expand-accessors/accessor-mem.fir')
-rw-r--r--test/passes/expand-accessors/accessor-mem.fir2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/passes/expand-accessors/accessor-mem.fir b/test/passes/expand-accessors/accessor-mem.fir
index cbde1486..eb396bcf 100644
--- a/test/passes/expand-accessors/accessor-mem.fir
+++ b/test/passes/expand-accessors/accessor-mem.fir
@@ -3,7 +3,7 @@
;CHECK: Expand Accessors
circuit top :
module top :
- mem m : UInt<32>[2][2][2]
+ cmem m : UInt<32>[2][2][2]
wire i : UInt<4>
i := UInt(1)
accessor a = m[i] ;CHECK: accessor a = m[i]