summaryrefslogtreecommitdiff
path: root/test/files/run/iterables.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/iterables.scala')
-rw-r--r--test/files/run/iterables.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/iterables.scala b/test/files/run/iterables.scala
index 5334b456ff..ad30f47316 100644
--- a/test/files/run/iterables.scala
+++ b/test/files/run/iterables.scala
@@ -1,4 +1,4 @@
-object Test extends Application {
+object Test extends App {
class Test(n: Int) extends Iterable[Int] {
private var i = 0
def iterator = new Iterator[Int] {