summaryrefslogtreecommitdiff
path: root/test/pos/bug267.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/pos/bug267.scala')
-rw-r--r--test/pos/bug267.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pos/bug267.scala b/test/pos/bug267.scala
index 1b65aa75a1..3c220e5df1 100644
--- a/test/pos/bug267.scala
+++ b/test/pos/bug267.scala
@@ -17,7 +17,7 @@ trait Base {
}
}
-object testBase extends Base with Executable {
+object testBase extends Base with Application {
type exp = Exp;
val term = new Num(2);
System.out.println(term.eval);