diff options
Diffstat (limited to 'src/test/scala/firrtlTests/annotationTests/LoadMemoryAnnotationSpec.scala')
| -rw-r--r-- | src/test/scala/firrtlTests/annotationTests/LoadMemoryAnnotationSpec.scala | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/test/scala/firrtlTests/annotationTests/LoadMemoryAnnotationSpec.scala b/src/test/scala/firrtlTests/annotationTests/LoadMemoryAnnotationSpec.scala index c702df13..5fa345bf 100644 --- a/src/test/scala/firrtlTests/annotationTests/LoadMemoryAnnotationSpec.scala +++ b/src/test/scala/firrtlTests/annotationTests/LoadMemoryAnnotationSpec.scala @@ -3,9 +3,10 @@ package firrtlTests.annotationTests import firrtl.annotations._ -import org.scalatest.{FreeSpec, Matchers} +import org.scalatest.freespec.AnyFreeSpec +import org.scalatest.matchers.should.Matchers -class LoadMemoryAnnotationSpec extends FreeSpec with Matchers { +class LoadMemoryAnnotationSpec extends AnyFreeSpec with Matchers { "LoadMemoryAnnotation getFileName" - { "add name of subcomponent to file name when a memory was split" in { val lma = new LoadMemoryAnnotation( |
