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/jvm/xml01.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/jvm/xml01.scala') diff --git a/test/files/jvm/xml01.scala b/test/files/jvm/xml01.scala index 56e1c4ef96..bb6f98bacc 100644 --- a/test/files/jvm/xml01.scala +++ b/test/files/jvm/xml01.scala @@ -6,7 +6,7 @@ import scala.util.logging._ import scala.xml._ -object Test extends Application with Assert { +object Test extends App with Assert { val e: scala.xml.MetaData = Null //Node.NoAttributes val sc: scala.xml.NamespaceBinding = TopScope -- cgit v1.2.3