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/range-unit.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/pending/run/range-unit.scala') diff --git a/tests/pending/run/range-unit.scala b/tests/pending/run/range-unit.scala index d8ebc00e9..730a1d7c1 100644 --- a/tests/pending/run/range-unit.scala +++ b/tests/pending/run/range-unit.scala @@ -31,7 +31,7 @@ object Test { catch { case e: IllegalArgumentException => List("---\n " + e) } } - def runGroup(label: String, f: (Int, Int, Int) => Range) { + def runGroup(label: String, f: (Int, Int, Int) => Range): Unit = { println(">>> " + label + " <<<\n") for (start <- endpoints) { val s = "%-7s %-7s %-7s %s".format("start", "end", "step", "length/first/last") -- cgit v1.2.3