diff options
Diffstat (limited to 'src/test/scala/firrtlTests/transforms')
| -rw-r--r-- | src/test/scala/firrtlTests/transforms/GroupComponentsSpec.scala | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test/scala/firrtlTests/transforms/GroupComponentsSpec.scala b/src/test/scala/firrtlTests/transforms/GroupComponentsSpec.scala index f847fb6c..fdb129a1 100644 --- a/src/test/scala/firrtlTests/transforms/GroupComponentsSpec.scala +++ b/src/test/scala/firrtlTests/transforms/GroupComponentsSpec.scala @@ -364,9 +364,9 @@ class GroupComponentsSpec extends MiddleTransformSpec { | out <= add(in, wrapper.other_out) | module Wrapper : | output other_out: UInt<16> - | inst other_ of Other - | other_out <= other_.out - | other_.in is invalid + | inst other of Other + | other_out <= other.out + | other.in is invalid | module Other: | input in: UInt<16> | output out: UInt<16> |
