aboutsummaryrefslogtreecommitdiff
path: root/test/passes/expand-whens/reg-dwoc.fir
diff options
context:
space:
mode:
Diffstat (limited to 'test/passes/expand-whens/reg-dwoc.fir')
-rw-r--r--test/passes/expand-whens/reg-dwoc.fir4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/passes/expand-whens/reg-dwoc.fir b/test/passes/expand-whens/reg-dwoc.fir
index 0defc432..a32985b6 100644
--- a/test/passes/expand-whens/reg-dwoc.fir
+++ b/test/passes/expand-whens/reg-dwoc.fir
@@ -16,8 +16,8 @@ circuit top :
; CHECK: module top :
; CHECK: wire p : UInt
; CHECK: reg r : UInt, clk, reset
-; CHECK: p := UInt("h00000001")
-; CHECK: when p : r := mux(reset, UInt("h00000001"), UInt("h00000002"))
+; CHECK: p := UInt("h1")
+; CHECK: when p : r := mux(reset, UInt("h1"), UInt("h2"))
; CHECK: Finished Expand Whens