summaryrefslogtreecommitdiff
path: root/src/test/scala/chiselTests/ScalaIntervalSimulatorTest.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/scala/chiselTests/ScalaIntervalSimulatorTest.scala')
-rw-r--r--src/test/scala/chiselTests/ScalaIntervalSimulatorTest.scala5
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]")