aboutsummaryrefslogtreecommitdiff
path: root/test/passes/const-prop/bits.fir
diff options
context:
space:
mode:
Diffstat (limited to 'test/passes/const-prop/bits.fir')
-rw-r--r--test/passes/const-prop/bits.fir2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/passes/const-prop/bits.fir b/test/passes/const-prop/bits.fir
index 78c450a9..74aa19de 100644
--- a/test/passes/const-prop/bits.fir
+++ b/test/passes/const-prop/bits.fir
@@ -1,7 +1,7 @@
; RUN: firrtl -i %s -o %s.v -X verilog -p cT 2>&1 | tee %s.out | FileCheck %s
;CHECK: Constant Propagation
-;CHECK: node x = UInt("h7")
+;CHECK: node x = UInt<3>("h7")
;CHECK: Finished Constant Propagation
circuit top :