File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import $file.ci.upload
10
10
import $ivy .`com.lihaoyi::mill-contrib-bloop:$MILL_VERSION`
11
11
import $ivy .`io.get-coursier::coursier-launcher:2.1.0-RC1`
12
12
import mill .define .Command
13
- import mill .testrunner .TestRunner
13
+ import mill .testrunner .TestResult
14
14
import scala .util .chaining .scalaUtilChainingOps
15
15
16
16
val ghOrg = " com-lihaoyi"
@@ -731,7 +731,7 @@ def selectCrossPrefix[T <: Module, V](
731
731
if (mods.isEmpty) sys.error(s " No matching cross-instances found in ${crossModule}" )
732
732
}
733
733
734
- def unitTest (scalaBinaryVersion : String = " " ): Command [Seq [(String , Seq [TestRunner . Result ])]] = {
734
+ def unitTest (scalaBinaryVersion : String = " " ): Command [Seq [(String , Seq [TestResult ])]] = {
735
735
val pred = (_ : String ).startsWith(scalaBinaryVersion)
736
736
val tests = Seq (
737
737
selectCrossPrefix(terminal, pred)(_.test),
You can’t perform that action at this time.
0 commit comments