aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/firrtlTests/LoweringCompilersSpec.scala
diff options
context:
space:
mode:
authorKevin Laeufer2020-08-10 10:58:50 -0700
committerGitHub2020-08-10 10:58:50 -0700
commit21ccf68fc0f0a3ff5a990ac9215a20f20807f4ed (patch)
treeafa23fa731deefa85168153416a2e1cc5da12727 /src/test/scala/firrtlTests/LoweringCompilersSpec.scala
parenta6d53c9df25dba7da9d923faff9bf3c32f71b2d9 (diff)
scalatest: upgrade to 3.2.1 (#1831)
* scalatest: replace deprecated FlatSpec and add new Matchers import * scalatest: 3.1.2 -> 3.2.1
Diffstat (limited to 'src/test/scala/firrtlTests/LoweringCompilersSpec.scala')
-rw-r--r--src/test/scala/firrtlTests/LoweringCompilersSpec.scala5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/test/scala/firrtlTests/LoweringCompilersSpec.scala b/src/test/scala/firrtlTests/LoweringCompilersSpec.scala
index 024f86a7..f19d52ae 100644
--- a/src/test/scala/firrtlTests/LoweringCompilersSpec.scala
+++ b/src/test/scala/firrtlTests/LoweringCompilersSpec.scala
@@ -2,7 +2,8 @@
package firrtlTests
-import org.scalatest.{FlatSpec, Matchers}
+import org.scalatest.flatspec.AnyFlatSpec
+import org.scalatest.matchers.should._
import firrtl._
import firrtl.options.Dependency
@@ -31,7 +32,7 @@ object Transforms {
class LowToLow extends IdentityTransformDiff(L, L)
}
-class LoweringCompilersSpec extends FlatSpec with Matchers {
+class LoweringCompilersSpec extends AnyFlatSpec with Matchers {
def legacyTransforms(a: CoreTransform): Seq[Transform] = a match {
case _: ChirrtlToHighFirrtl => Seq(