Skip to content

Commit 7834b6b

Browse files
committed
Move tests to src/test/scala-2
1 parent 5d68bea commit 7834b6b

File tree

207 files changed

+1
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

207 files changed

+1
-1
lines changed

build.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ trait Chisel extends CrossSbtModule with HasScala2MacroAnno with HasScala2Plugin
358358

359359
override def moduleDeps = super.moduleDeps ++ Seq(coreModule, svsimModule)
360360

361-
object test extends SbtModuleTests with TestModule.ScalaTest with ScalafmtModule {
361+
object test extends CrossSbtModuleTests with TestModule.ScalaTest with ScalafmtModule {
362362
def ivyDeps = Agg(v.scalatest, v.scalacheck)
363363

364364
// Suppress Scala 3 behavior requiring explicit types on implicit definitions

0 commit comments

Comments
 (0)