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 16d678b3..78c450a9 100644
--- a/test/passes/const-prop/bits.fir
+++ b/test/passes/const-prop/bits.fir
@@ -8,4 +8,4 @@ circuit top :
module top :
output out : UInt
node x = bits(UInt(127),2,0)
- out := x
+ out <= x