aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/pos/t3777.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/pos/t3777.scala')
-rw-r--r--tests/pending/pos/t3777.scala7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/pending/pos/t3777.scala b/tests/pending/pos/t3777.scala
deleted file mode 100644
index 165eeebfd..000000000
--- a/tests/pending/pos/t3777.scala
+++ /dev/null
@@ -1,7 +0,0 @@
-object Test {
- type Point = Map[Symbol, String]
- type Points = IndexedSeq[Point]
-
- def makePoints2: Points = IndexedSeq[Point]()
- val spoints2 = util.Random.shuffle(makePoints2)
-}