File tree 2 files changed +2
-1
lines changed
compat/src/test/scala-js/test/scala/jdk
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -120,6 +120,7 @@ lazy val compat = new MultiScalaCrossProject(
120
120
}
121
121
Seq (s " $opt: $x-> $y/ " )
122
122
},
123
+ Test / unmanagedSourceDirectories += (ThisBuild / baseDirectory).value / " compat/src/test/scala-js" ,
123
124
Compile / unmanagedSourceDirectories += {
124
125
val jsParent = (ThisBuild / baseDirectory).value / " compat/js/src/main"
125
126
CrossVersion .partialVersion(scalaVersion.value) match {
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import scala.jdk.OptionConverters._
8
8
9
9
/**
10
10
* The tests were copied from the Scala 2.13 Standard Library. `scala.jdk.javaapi` stuff has been omitted and
11
- * everything concerning `OptionalInt`, `OptionalDouble` and `OptionalLong` is only available on the jvm tests.
11
+ * everything concerning `OptionalInt`, `OptionalDouble` and `OptionalLong` is only available in the jvm tests.
12
12
*
13
13
* See https://github.com/scala/scala/blob/2.13.x/test/junit/scala/jdk/OptionConvertersTest.scala.
14
14
*/
You can’t perform that action at this time.
0 commit comments