aboutsummaryrefslogtreecommitdiff
path: root/test/passes/inline
diff options
context:
space:
mode:
Diffstat (limited to 'test/passes/inline')
-rw-r--r--test/passes/inline/gcd.fir2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/passes/inline/gcd.fir b/test/passes/inline/gcd.fir
index bf6f87ab..5713cd43 100644
--- a/test/passes/inline/gcd.fir
+++ b/test/passes/inline/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)