aboutsummaryrefslogtreecommitdiff
path: root/test/parser/gcd.fir
diff options
context:
space:
mode:
authorJack2015-10-14 13:53:22 -0700
committerJack2015-10-14 13:53:22 -0700
commit9b737de6551e7446dfd92d86cd009b4b2f95c980 (patch)
tree20806dae9b9537e49b672f8ad4aafab4a7661a4e /test/parser/gcd.fir
parentbf4488870e1def4d76297dd8fdd795a82bc4ded3 (diff)
Moved Logger to new private object DebugUtils, changed UInt/SInt value printing to match stanza implementation
Diffstat (limited to 'test/parser/gcd.fir')
-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 03eb6ba9..3a9317b8 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>("h00"))
+; CHECK: node T_20 = eq(y, UInt<1>("h0"))
; CHECK: v := T_20