summaryrefslogtreecommitdiff
path: root/test/files/run/t2236.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t2236.scala')
-rwxr-xr-xtest/files/run/t2236.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t2236.scala b/test/files/run/t2236.scala
index 8e2b3900d4..64ed18c805 100755
--- a/test/files/run/t2236.scala
+++ b/test/files/run/t2236.scala
@@ -1,7 +1,7 @@
class T[A](implicit val m:Manifest[A])
class Foo
class Bar extends T[Foo]
-object Test extends Application {
+object Test extends App {
new Bar
}