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