aboutsummaryrefslogtreecommitdiff
path: root/test/chisel3/Outer.fir
diff options
context:
space:
mode:
authorazidar2015-04-16 17:05:46 -0700
committerazidar2015-04-16 17:05:46 -0700
commit06ff7f7dddcb479d9d4d775a55cbb18d873b35b9 (patch)
tree5023aa9aa4e944d9b3911a8dddf43ece6f6f1455 /test/chisel3/Outer.fir
parent5dfc741fd04c7fa357b976b57086d67244d3d22a (diff)
Updated parser to correctly read empty statements
Diffstat (limited to 'test/chisel3/Outer.fir')
-rw-r--r--test/chisel3/Outer.fir2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/chisel3/Outer.fir b/test/chisel3/Outer.fir
index e3a67a6e..0b808cb5 100644
--- a/test/chisel3/Outer.fir
+++ b/test/chisel3/Outer.fir
@@ -14,4 +14,4 @@ circuit Outer :
T_17.in := in
node T_18 : UInt(2) = UInt(2, 2)
node T_19 : UInt(8) = times(T_17.out, T_18)
- out := T_19 \ No newline at end of file
+ out := T_19