diff options
| author | Scala Steward | 2020-05-06 19:30:54 +0200 |
|---|---|---|
| committer | GitHub | 2020-05-06 17:30:54 +0000 |
| commit | 724f8c5bc239743aefee1382d784ecbefa9bab56 (patch) | |
| tree | 89856100500fe109d3f7823298e60bdd6c9f53dd /src/test/scala/firrtlTests/options | |
| parent | e9073463dfe77746f23afdfe782e1143a5e5be9f (diff) | |
Update scalatest to 3.1.1 (#1405)
* Update scalatest to 3.1.1
* Update scalatest to 3.1.1
* Update scalatest to 3.1.1
Co-authored-by: Jim Lawson <ucbjrl@berkeley.edu>
Co-authored-by: Schuyler Eldridge <schuyler.eldridge@ibm.com>
Diffstat (limited to 'src/test/scala/firrtlTests/options')
| -rw-r--r-- | src/test/scala/firrtlTests/options/RegistrationSpec.scala | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/scala/firrtlTests/options/RegistrationSpec.scala b/src/test/scala/firrtlTests/options/RegistrationSpec.scala index 41b5bbf6..fa6b0fa0 100644 --- a/src/test/scala/firrtlTests/options/RegistrationSpec.scala +++ b/src/test/scala/firrtlTests/options/RegistrationSpec.scala @@ -10,6 +10,8 @@ import firrtl.options.{RegisteredTransform, RegisteredLibrary, ShellOption} import firrtl.passes.Pass import firrtl.ir.Circuit import firrtl.annotations.NoTargetAnnotation +import org.scalatest.flatspec.AnyFlatSpec +import org.scalatest.matchers.should.Matchers case object HelloAnnotation extends NoTargetAnnotation |
