summaryrefslogtreecommitdiff
path: root/test/files/run/t1368.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t1368.scala')
-rw-r--r--test/files/run/t1368.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t1368.scala b/test/files/run/t1368.scala
index c9b2297203..04e9195d3e 100644
--- a/test/files/run/t1368.scala
+++ b/test/files/run/t1368.scala
@@ -1,4 +1,4 @@
-object Test extends Application {
+object Test extends App {
trait Happy { val status = "happy" }
trait Sad { val status = "sad" }