aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/firrtlTests/options/ShellSpec.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/scala/firrtlTests/options/ShellSpec.scala')
-rw-r--r--src/test/scala/firrtlTests/options/ShellSpec.scala5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/test/scala/firrtlTests/options/ShellSpec.scala b/src/test/scala/firrtlTests/options/ShellSpec.scala
index 50000550..af6b2669 100644
--- a/src/test/scala/firrtlTests/options/ShellSpec.scala
+++ b/src/test/scala/firrtlTests/options/ShellSpec.scala
@@ -2,12 +2,13 @@
package firrtlTests.options
-import org.scalatest.{FlatSpec, Matchers}
import firrtl.annotations.NoTargetAnnotation
import firrtl.options.Shell
+import org.scalatest.flatspec.AnyFlatSpec
+import org.scalatest.matchers.should.Matchers
-class ShellSpec extends FlatSpec with Matchers {
+class ShellSpec extends AnyFlatSpec with Matchers {
case object A extends NoTargetAnnotation
case object B extends NoTargetAnnotation