File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed
compat/src/test/scala/test/scala/collection Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -12,20 +12,11 @@ scala:
1212
1313env :
1414 - SCALAJS_VERSION= ADOPTOPENJDK=8
15- - SCALAJS_VERSION=0.6.33 ADOPTOPENJDK=8
1615 - SCALAJS_VERSION=1.3.1 ADOPTOPENJDK=8
1716 - SCALAJS_VERSION= ADOPTOPENJDK=11
18- - SCALAJS_VERSION=0.6.33 ADOPTOPENJDK=11
1917 - SCALAJS_VERSION=1.3.1 ADOPTOPENJDK=11
2018
2119matrix :
22- exclude :
23- # Scala.js 0.6.x is not supported with Scala 3
24- - scala : 3.0.0-M1
25- env : SCALAJS_VERSION=0.6.33 ADOPTOPENJDK=8
26-
27- - scala : 3.0.0-M1
28- env : SCALAJS_VERSION=0.6.33 ADOPTOPENJDK=11
2920
3021 include :
3122
Original file line number Diff line number Diff line change @@ -825,7 +825,6 @@ class LazyListLazinessTest {
825825 }
826826
827827 @ Test
828- @ Ignore // TODO: enable after we drop Scala.js 0.6.x support
829828 def `#::_properlyLazy` (): Unit = {
830829 // genericCons_properlyLazy(_ #:: _)
831830 genericCons_properlyLazy((hd, tl) => tl.#:: (hd))
You can’t perform that action at this time.
0 commit comments