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/DriverSpec.scala | |
| 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/DriverSpec.scala')
| -rw-r--r-- | src/test/scala/firrtlTests/DriverSpec.scala | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/scala/firrtlTests/DriverSpec.scala b/src/test/scala/firrtlTests/DriverSpec.scala index cd644041..92381e8c 100644 --- a/src/test/scala/firrtlTests/DriverSpec.scala +++ b/src/test/scala/firrtlTests/DriverSpec.scala @@ -16,6 +16,8 @@ import firrtl.util.BackendCompilationUtilities import firrtl.testutils.FirrtlFlatSpec import scala.util.Success +import org.scalatest.freespec.AnyFreeSpec +import org.scalatest.matchers.should.Matchers class ExceptingTransform extends Transform { def inputForm = HighForm |
