Skip to content

Commit

Permalink
[test] Delete ChiselFreeSpec
Browse files Browse the repository at this point in the history
Remove the non-load bearing ChiselFreeSpec.  Developers should use
Scalatest traits directly for their tests to make them more
self-contained.

Signed-off-by: Schuyler Eldridge <schuyler.eldridge@sifive.com>
  • Loading branch information
seldridge committed Feb 26, 2025
1 parent 605d17a commit 50cf67f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/test/scala-2/chiselTests/ChiselSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,6 @@ trait FileCheck extends BeforeAndAfterEachTestData { this: Suite =>
}
}

/** Spec base class for BDD-style testers. */
abstract class ChiselFreeSpec extends AnyFreeSpec with Matchers

/** Spec base class for BDD-style testers. */
abstract class ChiselFunSpec extends AnyFunSpec with Matchers

Expand Down

0 comments on commit 50cf67f

Please sign in to comment.