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:
12
12
env :
13
13
- SCALAJS_VERSION= ADOPTOPENJDK=8
14
14
- SCALAJS_VERSION=0.6.33 ADOPTOPENJDK=8
15
- - SCALAJS_VERSION=1.1.1 ADOPTOPENJDK=8
15
+ - SCALAJS_VERSION=1.2.0 ADOPTOPENJDK=8
16
16
- SCALAJS_VERSION= ADOPTOPENJDK=11
17
17
- SCALAJS_VERSION=0.6.33 ADOPTOPENJDK=11
18
- - SCALAJS_VERSION=1.1.1 ADOPTOPENJDK=11
18
+ - SCALAJS_VERSION=1.2.0 ADOPTOPENJDK=11
19
19
20
20
matrix :
21
21
Original file line number Diff line number Diff line change @@ -825,7 +825,7 @@ class LazyListLazinessTest {
825
825
}
826
826
827
827
@ 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
829
829
def `#::_properlyLazy` (): Unit = {
830
830
// genericCons_properlyLazy(_ #:: _)
831
831
genericCons_properlyLazy((hd, tl) => tl.#:: (hd))
You can’t perform that action at this time.
0 commit comments