diff options
Diffstat (limited to 'src/test/scala/firrtlTests/options/phases/AddDefaultsSpec.scala')
| -rw-r--r-- | src/test/scala/firrtlTests/options/phases/AddDefaultsSpec.scala | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/test/scala/firrtlTests/options/phases/AddDefaultsSpec.scala b/src/test/scala/firrtlTests/options/phases/AddDefaultsSpec.scala index 362d139f..3401a408 100644 --- a/src/test/scala/firrtlTests/options/phases/AddDefaultsSpec.scala +++ b/src/test/scala/firrtlTests/options/phases/AddDefaultsSpec.scala @@ -2,12 +2,13 @@ package firrtlTests.options.phases -import org.scalatest.{FlatSpec, Matchers} import firrtl.options.{Phase, TargetDirAnnotation} import firrtl.options.phases.AddDefaults +import org.scalatest.flatspec.AnyFlatSpec +import org.scalatest.matchers.should.Matchers -class AddDefaultsSpec extends FlatSpec with Matchers { +class AddDefaultsSpec extends AnyFlatSpec with Matchers { class Fixture { val phase: Phase = new AddDefaults |
