summaryrefslogtreecommitdiff
path: root/test/files/run/t3950.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t3950.scala')
-rw-r--r--test/files/run/t3950.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t3950.scala b/test/files/run/t3950.scala
index fe99a7cc6f..58466e13fb 100644
--- a/test/files/run/t3950.scala
+++ b/test/files/run/t3950.scala
@@ -10,7 +10,7 @@ object NegativeId extends Enumeration {
}
}
-object Test extends Application {
+object Test extends App {
println(NegativeId.fromInt(-1))
println(NegativeId.fromInt(0))
println(NegativeId.fromInt(1))