summaryrefslogtreecommitdiff
path: root/test/files/run/byname.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/byname.scala')
-rw-r--r--test/files/run/byname.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/byname.scala b/test/files/run/byname.scala
index af545d5e7d..8aff1ec23f 100644
--- a/test/files/run/byname.scala
+++ b/test/files/run/byname.scala
@@ -1,4 +1,4 @@
-object Test extends Application {
+object Test extends App {
def test[A](name: String, expect: A, actual: => A) {
if (expect != actual) throw new AssertionError("test " + name + " failed")