aboutsummaryrefslogtreecommitdiff
path: root/test/passes/expand-whens/reg-wdc.fir
diff options
context:
space:
mode:
Diffstat (limited to 'test/passes/expand-whens/reg-wdc.fir')
-rw-r--r--test/passes/expand-whens/reg-wdc.fir6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/passes/expand-whens/reg-wdc.fir b/test/passes/expand-whens/reg-wdc.fir
index b19b8bca..6e8e7c04 100644
--- a/test/passes/expand-whens/reg-wdc.fir
+++ b/test/passes/expand-whens/reg-wdc.fir
@@ -17,9 +17,9 @@ circuit top :
; CHECK: wire p : UInt
; CHECK: reg r : UInt<2>, clk with :
; CHECK: reset => (reset, r)
-; CHECK: p <= UInt("h1")
-; CHECK-NOT: r <= mux(p, UInt("h2"), r)
-; CHECK: r <= UInt("h2")
+; CHECK: p <= UInt<1>("h1")
+; CHECK-NOT: r <= mux(p, UInt<2>("h2"), r)
+; CHECK: r <= UInt<2>("h2")
; CHECK: Finished Expand Whens