From d610e36fa53fcd8b6361293936af057b8563c33b Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Mon, 21 Feb 2011 18:32:06 +0000 Subject: Renamed Application to App. --- test/files/run/map_test.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/run/map_test.scala') diff --git a/test/files/run/map_test.scala b/test/files/run/map_test.scala index 4358878a81..9f83a3f49a 100644 --- a/test/files/run/map_test.scala +++ b/test/files/run/map_test.scala @@ -1,6 +1,6 @@ import scala.collection.immutable.{ListMap, Map, TreeMap} -object Test extends Application { +object Test extends App { test1() test2() println("OK") -- cgit v1.2.3