summaryrefslogtreecommitdiff
path: root/test/files/run/proxy.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/proxy.scala')
-rw-r--r--test/files/run/proxy.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/proxy.scala b/test/files/run/proxy.scala
index 48192a7a79..6f9e83c7f1 100644
--- a/test/files/run/proxy.scala
+++ b/test/files/run/proxy.scala
@@ -1,4 +1,4 @@
-object Test extends Application {
+object Test extends App {
val p = new Proxy {
def self = 2
}