summaryrefslogtreecommitdiff
path: root/test/files/run/typealias_overriding.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/typealias_overriding.scala')
-rw-r--r--test/files/run/typealias_overriding.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/typealias_overriding.scala b/test/files/run/typealias_overriding.scala
index 60e783791d..4b6a0037ec 100644
--- a/test/files/run/typealias_overriding.scala
+++ b/test/files/run/typealias_overriding.scala
@@ -1,7 +1,7 @@
// this bug (http://scala-webapps.epfl.ch/bugtracking/bugs/displayItem.do?id=1065)
// was caused by Uncurry not normalizing all the types
// (more specifically the argument/return types of an anonymous Function)
-object Test extends Application {
+object Test extends App {
trait AddRemove {
type TNode <: NodeImpl;
trait NodeImpl;