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/chisel3/stage/phases/DriverCompatibilitySpec.scala | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/test/scala/chisel3') diff --git a/src/test/scala/chisel3/stage/phases/DriverCompatibilitySpec.scala b/src/test/scala/chisel3/stage/phases/DriverCompatibilitySpec.scala index c478db27..a8f34dd3 100644 --- a/src/test/scala/chisel3/stage/phases/DriverCompatibilitySpec.scala +++ b/src/test/scala/chisel3/stage/phases/DriverCompatibilitySpec.scala @@ -2,15 +2,16 @@ package chisel3.stage.phases -import org.scalatest.{FlatSpec, Matchers} import chisel3.stage.{NoRunFirrtlCompilerAnnotation, ChiselOutputFileAnnotation} import firrtl.options.{OutputAnnotationFileAnnotation, StageOptions} import firrtl.options.Viewer.view import firrtl.stage.phases.DriverCompatibility.TopNameAnnotation +import org.scalatest.flatspec.AnyFlatSpec +import org.scalatest.matchers.should.Matchers -class DriverCompatibilitySpec extends FlatSpec with Matchers { +class DriverCompatibilitySpec extends AnyFlatSpec with Matchers { behavior of classOf[DriverCompatibility.AddImplicitOutputFile].toString -- cgit v1.2.3