Skip to content

Commit f8d4492

Browse files
committed
update comment
1 parent ab142cc commit f8d4492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compat/src/test/scala/test/scala/collection/LazyListLazinessTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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))

0 commit comments

Comments
 (0)