summaryrefslogtreecommitdiff
path: root/test/files/pos/t927.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t927.scala')
-rw-r--r--test/files/pos/t927.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/t927.scala b/test/files/pos/t927.scala
index c903f19867..534f355045 100644
--- a/test/files/pos/t927.scala
+++ b/test/files/pos/t927.scala
@@ -7,5 +7,5 @@ object Test {
}
val str: Stream[Int] = List(1,2,3).iterator.toStream
assert(sum(str) == 6)
-
+
}