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:
12
12
13
13
env :
14
14
- SCALAJS_VERSION= ADOPTOPENJDK=8
15
- - SCALAJS_VERSION=0.6.33 ADOPTOPENJDK=8
16
15
- SCALAJS_VERSION=1.3.1 ADOPTOPENJDK=8
17
16
- SCALAJS_VERSION= ADOPTOPENJDK=11
18
- - SCALAJS_VERSION=0.6.33 ADOPTOPENJDK=11
19
17
- SCALAJS_VERSION=1.3.1 ADOPTOPENJDK=11
20
18
21
19
matrix :
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
29
20
30
21
include :
31
22
Original file line number Diff line number Diff line change @@ -825,7 +825,6 @@ class LazyListLazinessTest {
825
825
}
826
826
827
827
@ Test
828
- @ Ignore // TODO: enable after we drop Scala.js 0.6.x support
829
828
def `#::_properlyLazy` (): Unit = {
830
829
// genericCons_properlyLazy(_ #:: _)
831
830
genericCons_properlyLazy((hd, tl) => tl.#:: (hd))
You can’t perform that action at this time.
0 commit comments