diff options
Diffstat (limited to 'test/passes/infer-types/gcd.fir')
| -rw-r--r-- | test/passes/infer-types/gcd.fir | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/passes/infer-types/gcd.fir b/test/passes/infer-types/gcd.fir index d419ce35..398a4944 100644 --- a/test/passes/infer-types/gcd.fir +++ b/test/passes/infer-types/gcd.fir @@ -20,7 +20,7 @@ circuit top : reg y : UInt,clk with : reset => (reset,UInt(42)) ; CHECK: reg x : UInt, clk@<t:Clock> with : - ;CHECK:reset => (reset@<t:UInt>, UInt("h0")@<t:UInt>) + ;CHECK:reset => (reset@<t:UInt>, UInt<1>("h0")@<t:UInt>) when gt(x, y) : ;CHECK: when gt(x@<t:UInt>, y@<t:UInt>)@<t:UInt> : inst s of subtracter |
