summaryrefslogtreecommitdiff
path: root/test/files/run/arybufgrow.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/arybufgrow.scala')
-rw-r--r--test/files/run/arybufgrow.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/arybufgrow.scala b/test/files/run/arybufgrow.scala
index 9e18435243..fba859a456 100644
--- a/test/files/run/arybufgrow.scala
+++ b/test/files/run/arybufgrow.scala
@@ -1,6 +1,6 @@
import scala.collection.mutable._;
-object Test extends Application {
+object Test extends App {
val buf = new ArrayBuffer[String];
for (i <- List.range(0,1000)) {
buf += "hello";