summaryrefslogtreecommitdiff
path: root/test/files/jvm/nest.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/jvm/nest.scala')
-rw-r--r--test/files/jvm/nest.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/jvm/nest.scala b/test/files/jvm/nest.scala
index 3ab62484fa..45745f5700 100644
--- a/test/files/jvm/nest.scala
+++ b/test/files/jvm/nest.scala
@@ -5,7 +5,7 @@
/** found in nest.jar, compiled from nest.java */
import nestpkg._;
-object Test extends Application {
+object Test extends App {
val x = nest.best.rest.test
Console.println(x.inc(1))