diff options
| author | Jim Lawson | 2020-02-11 19:46:46 -0800 |
|---|---|---|
| committer | GitHub | 2020-02-12 03:46:46 +0000 |
| commit | 081848854ce692964491cfc4fa8e8ed47c13bcef (patch) | |
| tree | 8242846b6bc3131b36652ffd7519eda5e425f578 /src/test/scala/firrtlTests/StringSpec.scala | |
| parent | 34681182a8fb611693c5ae32a296f306e72fb367 (diff) | |
Removed unused imports in src/test/ (#1381)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Diffstat (limited to 'src/test/scala/firrtlTests/StringSpec.scala')
| -rw-r--r-- | src/test/scala/firrtlTests/StringSpec.scala | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/test/scala/firrtlTests/StringSpec.scala b/src/test/scala/firrtlTests/StringSpec.scala index aaf2a584..826343cf 100644 --- a/src/test/scala/firrtlTests/StringSpec.scala +++ b/src/test/scala/firrtlTests/StringSpec.scala @@ -2,16 +2,12 @@ package firrtlTests -import firrtl._ import firrtl.ir.StringLit import java.io._ import scala.sys.process._ import annotation.tailrec -import org.scalatest._ -import org.scalatest.prop._ -import org.scalatest.Assertions._ import org.scalacheck._ import org.scalacheck.Arbitrary._ |
