summaryrefslogtreecommitdiff
path: root/test/files/pos/t715/runner_2.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t715/runner_2.scala')
-rw-r--r--test/files/pos/t715/runner_2.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/t715/runner_2.scala b/test/files/pos/t715/runner_2.scala
index 1e4f40d654..d54805629a 100644
--- a/test/files/pos/t715/runner_2.scala
+++ b/test/files/pos/t715/runner_2.scala
@@ -1,3 +1,3 @@
-object Test extends Application {
+object Test extends App {
println(com.sap.dspace.model.othello.thePOJO2XMLRenderer)
}