Skip to content

Commit

Permalink
Update src/test/scala/chiselTests/experimental/FlatIOSpec.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
mwachs5 authored May 30, 2024
1 parent 810204e commit 92ea454
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/test/scala/chiselTests/experimental/FlatIOSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,7 @@ class FlatIOSpec extends ChiselFlatSpec with MatchesAndOmits {
}

matchesAndOmits(
ChiselStage.emitSystemVerilog(
new MyModule
)
ChiselStage.emitSystemVerilog(new MyModule)
)("io_foo,")("io_bar,")

matchesAndOmits(
Expand Down

0 comments on commit 92ea454

Please sign in to comment.