aboutsummaryrefslogtreecommitdiff
path: root/tests/run/t429.scala
diff options
context:
space:
mode:
authorFelix Mulder <felix.mulder@gmail.com>2017-04-12 12:21:30 +0200
committerGitHub <noreply@github.com>2017-04-12 12:21:30 +0200
commitd541452940007bbc094e8a7f6785b6f8e9e7da22 (patch)
treefa5d9fd6b11fe9284ccff9c841a95598dc8e43d2 /tests/run/t429.scala
parent741ee1645a13c94fbb7edfd064b4ec092a69b1bf (diff)
parentf6d519ab713cac49c6228f142cc4ccfc8880ef10 (diff)
downloaddotty-d541452940007bbc094e8a7f6785b6f8e9e7da22.tar.gz
dotty-d541452940007bbc094e8a7f6785b6f8e9e7da22.tar.bz2
dotty-d541452940007bbc094e8a7f6785b6f8e9e7da22.zip
Merge pull request #2194 from dotty-staging/topic/hydra-part-2
Killing partest part 2 - Enter the Vulpix
Diffstat (limited to 'tests/run/t429.scala')
-rw-r--r--tests/run/t429.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/run/t429.scala b/tests/run/t429.scala
index eeed4b080..411d199ee 100644
--- a/tests/run/t429.scala
+++ b/tests/run/t429.scala
@@ -11,5 +11,6 @@ object Test {
}
def main (args: Array[String]): Unit = {
Console.print((new B).y);
+ println()
}
}