aboutsummaryrefslogtreecommitdiff
path: root/test/passes/expand-whens/bundle-init.fir
diff options
context:
space:
mode:
authorazidar2016-01-31 12:59:31 -0800
committerazidar2016-02-09 18:57:06 -0800
commite985d47312458459e9ebe42fe99b5a063c08e637 (patch)
treed726c711e86d6e948a220a568dcae0a997629d18 /test/passes/expand-whens/bundle-init.fir
parent2bd423fa061fb3e0973fa83e98f2877fd4616746 (diff)
Changed stanza output of UInt/SInt to include widths. Made tests match accordingly
Diffstat (limited to 'test/passes/expand-whens/bundle-init.fir')
-rw-r--r--test/passes/expand-whens/bundle-init.fir4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/passes/expand-whens/bundle-init.fir b/test/passes/expand-whens/bundle-init.fir
index f4ae9f6a..333619d9 100644
--- a/test/passes/expand-whens/bundle-init.fir
+++ b/test/passes/expand-whens/bundle-init.fir
@@ -21,7 +21,7 @@ circuit top :
; CHECK: w.y <= a
; CHECK: r.x <= a
; CHECK: r.y <= b
-; CHECK: a <= UInt("h1")
-; CHECK: b <= UInt("h2")
+; CHECK: a <= UInt<1>("h1")
+; CHECK: b <= UInt<2>("h2")
; CHECK: Finished Expand Whens