summaryrefslogtreecommitdiff
path: root/test/files/neg/t0259.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t0259.scala')
-rw-r--r--test/files/neg/t0259.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/t0259.scala b/test/files/neg/t0259.scala
index 0975dec58e..29aef70112 100644
--- a/test/files/neg/t0259.scala
+++ b/test/files/neg/t0259.scala
@@ -3,4 +3,4 @@ class TestCase3() {
def this( groups: (String, Int)*) = this()
def this( groups: String*) = this()
}
-object Main extends TestCase3 with Application
+object Main extends TestCase3 with App