aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/run/matchonstream.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/run/matchonstream.scala')
-rw-r--r--tests/pending/run/matchonstream.scala3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/pending/run/matchonstream.scala b/tests/pending/run/matchonstream.scala
deleted file mode 100644
index 6e5556519..000000000
--- a/tests/pending/run/matchonstream.scala
+++ /dev/null
@@ -1,3 +0,0 @@
-object Test extends dotty.runtime.LegacyApp{
- Stream.from(1) match { case Stream(1, 2, x :_*) => println("It worked!") }
-}