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/t5867.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/pending/run/t5867.scala') diff --git a/tests/pending/run/t5867.scala b/tests/pending/run/t5867.scala index f7e9393b7..c7f5d0a41 100644 --- a/tests/pending/run/t5867.scala +++ b/tests/pending/run/t5867.scala @@ -4,7 +4,7 @@ import collection.mutable.UnrolledBuffer object Test { - def main(args: Array[String]) { + def main(args: Array[String]): Unit = { val buf = UnrolledBuffer(1 to 50: _*) val dub = buf ++ buf -- cgit v1.2.3