summaryrefslogtreecommitdiff
path: root/test/files/run/collections-toSelf.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/collections-toSelf.scala')
-rw-r--r--test/files/run/collections-toSelf.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/collections-toSelf.scala b/test/files/run/collections-toSelf.scala
index 2adbc22af7..02f1dd6a95 100644
--- a/test/files/run/collections-toSelf.scala
+++ b/test/files/run/collections-toSelf.scala
@@ -2,7 +2,7 @@ object Test {
val map = Map(1 -> 2)
val set = Set(1, 2)
val seq = collection.immutable.Seq(1, 2)
-
+
def main(args: Array[String]): Unit = {
assert(map.toMap eq map)
assert(set.toSet eq set)