aboutsummaryrefslogtreecommitdiff
path: root/test/passes/split-exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/passes/split-exp')
-rw-r--r--test/passes/split-exp/gcd.fir2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/passes/split-exp/gcd.fir b/test/passes/split-exp/gcd.fir
index a659aa07..a5278efd 100644
--- a/test/passes/split-exp/gcd.fir
+++ b/test/passes/split-exp/gcd.fir
@@ -30,7 +30,7 @@ circuit top :
when e :
x := a
y := b
- v := equal-uu(v, UInt(0))
+ v := eq-uu(v, UInt(0))
z := x
module top :
input a : UInt(16)