summaryrefslogtreecommitdiff
path: root/test/files/run/runtime-richChar.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/runtime-richChar.scala')
-rw-r--r--test/files/run/runtime-richChar.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/runtime-richChar.scala b/test/files/run/runtime-richChar.scala
index b2c488983d..dceb70e74d 100644
--- a/test/files/run/runtime-richChar.scala
+++ b/test/files/run/runtime-richChar.scala
@@ -1,4 +1,4 @@
-object Test extends Application {
+object Test extends App {
def testSeq(name: String, expected: Seq[Char], got: Seq[Char]) {
if (expected.toList == got.toList)
println(name + " ok")