summaryrefslogtreecommitdiff
path: root/test/files/pos/bug210.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/bug210.scala')
-rw-r--r--test/files/pos/bug210.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/bug210.scala b/test/files/pos/bug210.scala
index 0049d1f34c..f0b907aa5d 100644
--- a/test/files/pos/bug210.scala
+++ b/test/files/pos/bug210.scala
@@ -10,7 +10,7 @@ trait Lang2 extends Lang1 {
class Eval2 extends Eval1 { self: Visitor => }
}
/*
-object Main with Application {
+object Main with App {
val lang2 = new Lang2 {}
val eval = new lang2.Eval2
}