aboutsummaryrefslogtreecommitdiff
path: root/test/parser/bundle.fir
diff options
context:
space:
mode:
Diffstat (limited to 'test/parser/bundle.fir')
-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