summaryrefslogtreecommitdiff
path: root/test/files/run/t3026.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t3026.scala')
-rwxr-xr-xtest/files/run/t3026.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t3026.scala b/test/files/run/t3026.scala
index 0231c7bcd1..22dde9cc03 100755
--- a/test/files/run/t3026.scala
+++ b/test/files/run/t3026.scala
@@ -3,6 +3,6 @@ object Test {
case object RED extends Colour
case object YELLOW extends Colour
val items = Array(RED, YELLOW)
-
+
def main(args: Array[String]): Unit = items foreach println
}