summaryrefslogtreecommitdiff
path: root/test/files/run/origins.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/origins.scala')
-rw-r--r--test/files/run/origins.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/origins.scala b/test/files/run/origins.scala
index 0ad92297f5..6529351d3c 100644
--- a/test/files/run/origins.scala
+++ b/test/files/run/origins.scala
@@ -14,7 +14,7 @@ object Test {
def f1() = 1 to 5 map boop
def f2() = 1 to 10 map boop
def f3() = 1 to 50 map boop
-
+
def main(args: Array[String]): Unit = {
f1() ; f2() ; f3()
}