diff options
| author | Jim Lawson | 2020-04-13 17:24:14 -0700 |
|---|---|---|
| committer | GitHub | 2020-04-13 17:24:14 -0700 |
| commit | cec050dbd898b9d1f5ce4d4558af33c7e799b7a9 (patch) | |
| tree | aa189489bf495a01eea59d7b5d7cda74c4d51320 /src/test/scala/chiselTests/ScalaIntervalSimulatorTest.scala | |
| parent | a39d0e13792e63e0bd3e0c1b0b9c27e309927a52 (diff) | |
Update scalatest to 3.1.0 (#1394)
Co-authored-by: Scala Steward <me@scala-steward.org>
Diffstat (limited to 'src/test/scala/chiselTests/ScalaIntervalSimulatorTest.scala')
| -rw-r--r-- | src/test/scala/chiselTests/ScalaIntervalSimulatorTest.scala | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/test/scala/chiselTests/ScalaIntervalSimulatorTest.scala b/src/test/scala/chiselTests/ScalaIntervalSimulatorTest.scala index 0bf8741e..e138ed3a 100644 --- a/src/test/scala/chiselTests/ScalaIntervalSimulatorTest.scala +++ b/src/test/scala/chiselTests/ScalaIntervalSimulatorTest.scala @@ -4,9 +4,10 @@ package chiselTests import chisel3._ import chisel3.experimental._ -import org.scalatest.{FreeSpec, Matchers} +import org.scalatest.freespec.AnyFreeSpec +import org.scalatest.matchers.should.Matchers -class ScalaIntervalSimulatorSpec extends FreeSpec with Matchers { +class ScalaIntervalSimulatorSpec extends AnyFreeSpec with Matchers { "clip tests" - { "Should work for closed ranges" in { val sim = ScalaIntervalSimulator(range"[2,4]") |
