summaryrefslogtreecommitdiff
path: root/test/files/neg/bug170.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/bug170.scala')
-rw-r--r--test/files/neg/bug170.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/bug170.scala b/test/files/neg/bug170.scala
index b1f712804e..8e66a2e451 100644
--- a/test/files/neg/bug170.scala
+++ b/test/files/neg/bug170.scala
@@ -10,6 +10,6 @@ class D extends J with I {
abstract override def foo(): Unit = super.foo();
}
-object Test with Executable {
+object Test with Application {
(new D).foo();
}