From cec050dbd898b9d1f5ce4d4558af33c7e799b7a9 Mon Sep 17 00:00:00 2001 From: Jim Lawson Date: Mon, 13 Apr 2020 17:24:14 -0700 Subject: Update scalatest to 3.1.0 (#1394) Co-authored-by: Scala Steward --- src/test/scala/chiselTests/CompatibilitySpec.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/test/scala/chiselTests/CompatibilitySpec.scala') diff --git a/src/test/scala/chiselTests/CompatibilitySpec.scala b/src/test/scala/chiselTests/CompatibilitySpec.scala index b055890b..9d509cf3 100644 --- a/src/test/scala/chiselTests/CompatibilitySpec.scala +++ b/src/test/scala/chiselTests/CompatibilitySpec.scala @@ -5,7 +5,7 @@ package chiselTests import chisel3.testers.BasicTester import org.scalacheck.Gen -import org.scalatest.prop.GeneratorDrivenPropertyChecks +import org.scalatestplus.scalacheck.ScalaCheckDrivenPropertyChecks // Need separate import to override compile options from Chisel._ object CompatibilityCustomCompileOptions { @@ -17,7 +17,7 @@ object CompatibilityCustomCompileOptions { } } -class CompatibiltySpec extends ChiselFlatSpec with GeneratorDrivenPropertyChecks { +class CompatibiltySpec extends ChiselFlatSpec with ScalaCheckDrivenPropertyChecks { import Chisel._ behavior of "Chisel compatibility layer" -- cgit v1.2.3