aboutsummaryrefslogtreecommitdiff
path: root/test/parser
diff options
context:
space:
mode:
authorazidar2015-12-10 14:36:33 -0800
committerazidar2016-01-16 11:45:00 -0800
commitfd35220712129f5f0074444008702af4aaf19ad2 (patch)
tree8ac0a08ac325f452b11f4195b86640e65092669f /test/parser
parent2beab33ac298470bc04caf1c3b7a5a0d17d465d4 (diff)
Finished adding clocks to Stop and Print
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