aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJack2015-10-14 14:04:33 -0700
committerJack2015-10-14 14:04:33 -0700
commitedd57efbadf493b331e69c8686662500fe859372 (patch)
tree3c45936150a20f6965ab97f76c7b8cbc1562e9e6 /test
parent0122af3d602608bf41df7af1703a04bb738c0531 (diff)
Modified getType to return Type rather than Option[Type] which makes more sense for some applications, also fixed up printing to better match stanza implementation
Diffstat (limited to 'test')
-rw-r--r--test/parser/bundle.fir2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parser/bundle.fir b/test/parser/bundle.fir
index c9f5e226..c9600d10 100644
--- a/test/parser/bundle.fir
+++ b/test/parser/bundle.fir
@@ -22,7 +22,7 @@ circuit top :
; CHECK: circuit top :
; CHECK: module top :
-; CHECK: wire z : { x : UInt, flip y : SInt }
+; CHECK: wire z : { x : UInt, flip y : SInt}
; CHECK: z.x := UInt("h1")
; CHECK: z.y := SInt("h1")
; CHECK: node x = z.x