aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/firrtl/testutils
diff options
context:
space:
mode:
authorScala Steward2020-05-06 19:30:54 +0200
committerGitHub2020-05-06 17:30:54 +0000
commit724f8c5bc239743aefee1382d784ecbefa9bab56 (patch)
tree89856100500fe109d3f7823298e60bdd6c9f53dd /src/test/scala/firrtl/testutils
parente9073463dfe77746f23afdfe782e1143a5e5be9f (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/firrtl/testutils')
-rw-r--r--src/test/scala/firrtl/testutils/PassTests.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/scala/firrtl/testutils/PassTests.scala b/src/test/scala/firrtl/testutils/PassTests.scala
index f8e1b845..49dea199 100644
--- a/src/test/scala/firrtl/testutils/PassTests.scala
+++ b/src/test/scala/firrtl/testutils/PassTests.scala
@@ -10,6 +10,7 @@ import firrtl.stage.Forms
import firrtl._
import firrtl.annotations._
import logger._
+import org.scalatest.flatspec.AnyFlatSpec
// An example methodology for testing Firrtl Passes
// Spec class should extend this class