aboutsummaryrefslogtreecommitdiff
path: root/test/passes/expand-whens/nested-whens.fir
diff options
context:
space:
mode:
authorazidar2015-07-30 11:50:54 -0700
committerazidar2015-07-30 11:50:54 -0700
commit9b2f96b8d0b6c7f4e6fefde918d7a335ccd7b7f3 (patch)
tree089578809d3ebe63ac5983ddda7fff7a6c00430a /test/passes/expand-whens/nested-whens.fir
parentd075e52e86648d345e89ae4a4c75fd3a98cc2788 (diff)
Updated lots of tests so they pass. Found one bug in expand whens
Diffstat (limited to 'test/passes/expand-whens/nested-whens.fir')
-rw-r--r--test/passes/expand-whens/nested-whens.fir2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/passes/expand-whens/nested-whens.fir b/test/passes/expand-whens/nested-whens.fir
index c81ca485..83f9df6a 100644
--- a/test/passes/expand-whens/nested-whens.fir
+++ b/test/passes/expand-whens/nested-whens.fir
@@ -30,5 +30,5 @@ circuit top :
onreset r := y
r := b
r := z
-; CHECK: when UInt(1) : r := mux(reset, mux(q, y, mux(p, x, w)), z)
+; CHECK: r := mux(reset, mux(q, y, mux(p, x, w)), z)
; CHECK: Finished Expand Whens