aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/run/t5328.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/run/t5328.scala')
-rw-r--r--tests/pending/run/t5328.scala5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/pending/run/t5328.scala b/tests/pending/run/t5328.scala
deleted file mode 100644
index 74c8ace89..000000000
--- a/tests/pending/run/t5328.scala
+++ /dev/null
@@ -1,5 +0,0 @@
-object Test extends dotty.runtime.LegacyApp {
- println(Vector(1).view.updated(0,2).toList mkString ",")
- println(Seq(1,2,3).view.updated(2,8).toList mkString ",")
- println(List(1,2,3).view.updated(1,8).toList mkString ",")
-}