summaryrefslogtreecommitdiff
path: root/src/test/scala/chiselTests/PopCount.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/scala/chiselTests/PopCount.scala')
-rw-r--r--src/test/scala/chiselTests/PopCount.scala2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/scala/chiselTests/PopCount.scala b/src/test/scala/chiselTests/PopCount.scala
index d9b3b837..1d6c86b9 100644
--- a/src/test/scala/chiselTests/PopCount.scala
+++ b/src/test/scala/chiselTests/PopCount.scala
@@ -4,8 +4,6 @@ package chiselTests
import chisel3._
import chisel3.util.PopCount
-import org.scalatest._
-import org.scalatest.prop._
import chisel3.testers.BasicTester
class PopCountTester(n: Int) extends BasicTester {