Skip to content

Commit 4fa3048

Browse files
committed
keep protected visibility
1 parent da3ef15 commit 4fa3048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scalajslib/src/ScalaJSModule.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ trait TestScalaJSModule extends ScalaJSModule with TestModule {
203203

204204
override def testLocal(args: String*) = T.command { test(args:_*) }
205205

206-
override def testTask(args: Task[Seq[String]]): Task[(String, Seq[TestRunner.Result])] = T.task {
206+
override protected def testTask(args: Task[Seq[String]]): Task[(String, Seq[TestRunner.Result])] = T.task {
207207
val (close, framework) = mill.scalajslib.ScalaJSWorkerApi.scalaJSWorker().getFramework(
208208
toolsClasspath().map(_.path),
209209
jsEnvConfig(),

0 commit comments

Comments
 (0)