summaryrefslogtreecommitdiff
path: root/test/files/run/t1505.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t1505.scala')
-rw-r--r--test/files/run/t1505.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t1505.scala b/test/files/run/t1505.scala
index fdcd4f3fb3..a246e8a35b 100644
--- a/test/files/run/t1505.scala
+++ b/test/files/run/t1505.scala
@@ -10,7 +10,7 @@ object R extends Enumeration {
val A, B, C = Value
}
-object Test extends Application {
+object Test extends App {
assert(P(0) == P.withName("A"))
assert(P.C == P.withName("C"))