summaryrefslogtreecommitdiff
path: root/test/files/run/t2074.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t2074.scala')
-rw-r--r--test/files/run/t2074.scala3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/files/run/t2074.scala b/test/files/run/t2074.scala
deleted file mode 100644
index 60646be733..0000000000
--- a/test/files/run/t2074.scala
+++ /dev/null
@@ -1,3 +0,0 @@
-object Test extends Application {
- List.range(1,11).view.patch(5, List(100,101), 2)
-}