summaryrefslogtreecommitdiff
path: root/test/files/run/t3112.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t3112.scala')
-rw-r--r--test/files/run/t3112.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t3112.scala b/test/files/run/t3112.scala
index 88677fa09e..eb8eec6327 100644
--- a/test/files/run/t3112.scala
+++ b/test/files/run/t3112.scala
@@ -7,5 +7,5 @@ object Test {
println((Vector() ++ (0 until 32)) takeRight 0) // works
println((Vector() ++ (0 until 33)) takeRight 0) // error
}
-
+
} \ No newline at end of file