aboutsummaryrefslogtreecommitdiff
path: root/test/parser
diff options
context:
space:
mode:
Diffstat (limited to 'test/parser')
-rw-r--r--test/parser/gcd.fir2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parser/gcd.fir b/test/parser/gcd.fir
index 4b068699..fad3b41d 100644
--- a/test/parser/gcd.fir
+++ b/test/parser/gcd.fir
@@ -47,6 +47,6 @@ circuit GCD :
; CHECK: x := a
; CHECK: y := b
; CHECK: z := x
-; CHECK: node T_20 = eq(y, UInt<1>("h0"))
+; CHECK: node T_20 = eq(y, UInt("h0"))
; CHECK: v := T_20