summaryrefslogtreecommitdiff
path: root/test/files/run/bug657.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/bug657.scala')
-rw-r--r--test/files/run/bug657.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/bug657.scala b/test/files/run/bug657.scala
index 931f62b1a5..a9726092e7 100644
--- a/test/files/run/bug657.scala
+++ b/test/files/run/bug657.scala
@@ -44,7 +44,7 @@ class Test1 extends OffsetList with Matcher {
type Matchable = MatchableImpl;
}
-object Test extends Application {
+object Test extends App {
val test = new Test1;
val m = new test.MatchableImpl;
m.chop;