From 081848854ce692964491cfc4fa8e8ed47c13bcef Mon Sep 17 00:00:00 2001 From: Jim Lawson Date: Tue, 11 Feb 2020 19:46:46 -0800 Subject: Removed unused imports in src/test/ (#1381) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- src/test/scala/firrtlTests/WidthSpec.scala | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/test/scala/firrtlTests/WidthSpec.scala') diff --git a/src/test/scala/firrtlTests/WidthSpec.scala b/src/test/scala/firrtlTests/WidthSpec.scala index 4c0e7f70..64afe12b 100644 --- a/src/test/scala/firrtlTests/WidthSpec.scala +++ b/src/test/scala/firrtlTests/WidthSpec.scala @@ -2,13 +2,8 @@ package firrtlTests -import java.io._ -import org.scalatest._ -import org.scalatest.prop._ import firrtl._ -import firrtl.ir.Circuit import firrtl.passes._ -import firrtl.Parser.IgnoreInfo class WidthSpec extends FirrtlFlatSpec { private def executeTest(input: String, expected: Seq[String], passes: Seq[Transform]) = { -- cgit v1.2.3