Skip to content

Commit

Permalink
scalafmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mwachs5 committed Jun 27, 2022
1 parent 5d8faac commit e6198ae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/test/scala/chiselTests/naming/SuggestNameSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class SuggestNameSpec extends ChiselPropSpec with Utils {
chirrtl should include("node fuzz = add(foo, bar)")
}

property("5a. Calling suggestName on an IO should be allowed") {
property("5a. Calling suggestName on an IO should be allowed") {
class Example extends Module {
val foo, bar = IO(Input(UInt(8.W)))
val out = IO(Output(UInt(8.W)))
Expand All @@ -111,7 +111,6 @@ class SuggestNameSpec extends ChiselPropSpec with Utils {
chirrtl should include("node sum = add(FOO, BAR)")
}


property("5b. Calling suggestName on a prefixed node should be allowed") {
class Example extends Module {
val foo, bar = IO(Input(UInt(8.W)))
Expand Down

0 comments on commit e6198ae

Please sign in to comment.