summaryrefslogtreecommitdiff
path: root/src/test/scala/chiselTests/DataPrint.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/scala/chiselTests/DataPrint.scala')
-rw-r--r--src/test/scala/chiselTests/DataPrint.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/scala/chiselTests/DataPrint.scala b/src/test/scala/chiselTests/DataPrint.scala
index 662d8e1a..bec722f3 100644
--- a/src/test/scala/chiselTests/DataPrint.scala
+++ b/src/test/scala/chiselTests/DataPrint.scala
@@ -22,7 +22,7 @@ class DataPrintSpec extends ChiselFlatSpec with Matchers {
import chisel3.core.BundleLitBinding
import chisel3.internal.firrtl.{ULit, Width}
// Full bundle literal constructor
- def Lit(aVal: UInt, bVal: Bool): BundleTest = {
+ def Lit(aVal: UInt, bVal: Bool): BundleTest = { // scalastyle:ignore method.name
val clone = cloneType
clone.selfBind(BundleLitBinding(Map(
clone.a -> litArgOfBits(aVal),