File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
compat/src/test/scala/test/scala/collection Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ scala:
1212env :
1313 - SCALAJS_VERSION= ADOPTOPENJDK=8
1414 - SCALAJS_VERSION=0.6.33 ADOPTOPENJDK=8
15- - SCALAJS_VERSION=1.1.1 ADOPTOPENJDK=8
15+ - SCALAJS_VERSION=1.2.0 ADOPTOPENJDK=8
1616 - SCALAJS_VERSION= ADOPTOPENJDK=11
1717 - SCALAJS_VERSION=0.6.33 ADOPTOPENJDK=11
18- - SCALAJS_VERSION=1.1.1 ADOPTOPENJDK=11
18+ - SCALAJS_VERSION=1.2.0 ADOPTOPENJDK=11
1919
2020matrix :
2121
Original file line number Diff line number Diff line change @@ -825,7 +825,7 @@ class LazyListLazinessTest {
825825 }
826826
827827 @ Test
828- @ Ignore // TODO: enable after upgrading Scala.js to 1.1.2+
828+ @ Ignore // TODO: enable after we drop Scala.js 0.6.x support
829829 def `#::_properlyLazy` (): Unit = {
830830 // genericCons_properlyLazy(_ #:: _)
831831 genericCons_properlyLazy((hd, tl) => tl.#:: (hd))
You can’t perform that action at this time.
0 commit comments