We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f5e22e commit a5a3d79Copy full SHA for a5a3d79
compat/src/test/scala/test/scala/collection/LazyListTest.scala
@@ -381,7 +381,7 @@ class LazyListTest {
381
try {
382
finite.force
383
fail("Expected RuntimeException to be thrown")
384
- } catch { case e: RuntimeException => assertTrue(e.getMessage.contains("self-referential")) }
+ } catch { case e: RuntimeException => assertTrue(e.getMessage.contains("self-refer")) }
385
}
386
assertNoStackOverflow {
387
class L { val ll: LazyList[Nothing] = LazyList.empty #::: ll }; (new L).ll
0 commit comments