From e521964c794864ef934c9ee5ca5d0b6e1ee90efd Mon Sep 17 00:00:00 2001 From: Jim Lawson Date: Thu, 13 Feb 2020 10:31:30 -0800 Subject: Update ScalaTest deprecations. (#1382) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- src/test/scala/firrtlTests/FirrtlSpec.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/test/scala/firrtlTests/FirrtlSpec.scala b/src/test/scala/firrtlTests/FirrtlSpec.scala index b0d750d2..fe94a643 100644 --- a/src/test/scala/firrtlTests/FirrtlSpec.scala +++ b/src/test/scala/firrtlTests/FirrtlSpec.scala @@ -8,7 +8,7 @@ import java.security.Permission import logger.LazyLogging import org.scalatest._ -import org.scalatest.prop._ +import org.scalatestplus.scalacheck._ import firrtl._ import firrtl.ir._ @@ -255,7 +255,7 @@ object FirrtlCheckers extends FirrtlMatchers { } } -abstract class FirrtlPropSpec extends PropSpec with PropertyChecks with FirrtlRunners with LazyLogging +abstract class FirrtlPropSpec extends PropSpec with ScalaCheckPropertyChecks with FirrtlRunners with LazyLogging abstract class FirrtlFlatSpec extends FlatSpec with FirrtlRunners with FirrtlMatchers with LazyLogging -- cgit v1.2.3