Skip to content

Commit

Permalink
[FIRRTL] Test whitespace cleanup, NFC
Browse files Browse the repository at this point in the history
Signed-off-by: Schuyler Eldridge <schuyler.eldridge@sifive.com>
  • Loading branch information
seldridge committed Oct 25, 2021
1 parent 3e613ff commit 40457b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Dialect/FIRRTL/prefix-modules.mlir
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ firrtl.circuit "Top" {

// CHECK: firrtl.module @T_Z_Zebra
// CHECK: firrtl.module @T_A_Z_Zebra
firrtl.module @Zebra()
firrtl.module @Zebra()
attributes {annotations = [{
class = "sifive.enterprise.firrtl.NestedPrefixModulesAnnotation",
prefix = "Z_",
Expand Down Expand Up @@ -225,7 +225,7 @@ firrtl.circuit "NLATop" {

// CHECK: firrtl.module @T_Z_Zebra
// CHECK: firrtl.module @T_A_Z_Zebra
firrtl.module @Zebra()
firrtl.module @Zebra()
attributes {annotations = [{
class = "sifive.enterprise.firrtl.NestedPrefixModulesAnnotation",
prefix = "Z_",
Expand Down

0 comments on commit 40457b3

Please sign in to comment.