Skip to content

Commit 71a022c

Browse files
smarterbishabosha
authored andcommitted
Disable LazyList test until scala/bug#11687 gets fixed
1 parent 02c5293 commit 71a022c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Disabled until https://github.com/scala/bug/issues/11687 gets fixed.
12
object Test extends App{
23
LazyList.from(1) match { case LazyList(1, 2, x @_*) => println("It worked!") }
34
}

0 commit comments

Comments
 (0)