From 73a93505c432b410ae39fb3c4d6168b2e49832ce Mon Sep 17 00:00:00 2001 From: Dmitry Petrashko Date: Wed, 13 May 2015 12:08:27 +0200 Subject: Running rewrite tool on run tests. --- tests/pending/run/t4560.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/pending/run/t4560.scala') diff --git a/tests/pending/run/t4560.scala b/tests/pending/run/t4560.scala index ee657e47e..1008bdf7b 100644 --- a/tests/pending/run/t4560.scala +++ b/tests/pending/run/t4560.scala @@ -56,11 +56,11 @@ trait B3 { } object Test3 extends B3 { - def test { fail() } + def test: Unit = { fail() } } object Test { - def main(args: Array[String]) { + def main(args: Array[String]): Unit = { Test1.fail() Test2.fail() Test3.fail() -- cgit v1.2.3