summaryrefslogtreecommitdiff
path: root/test/files/run/t0936.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t0936.scala')
-rw-r--r--test/files/run/t0936.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t0936.scala b/test/files/run/t0936.scala
index 3a7535a5d8..e3470a2480 100644
--- a/test/files/run/t0936.scala
+++ b/test/files/run/t0936.scala
@@ -1,4 +1,4 @@
-object Test extends Application {
+object Test extends App {
def foo = {
abstract class MouseEventType { def x: String }