summaryrefslogtreecommitdiff
path: root/test/files/pos/bug796.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/bug796.scala')
-rw-r--r--test/files/pos/bug796.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/bug796.scala b/test/files/pos/bug796.scala
index 2e57f60502..066625179e 100644
--- a/test/files/pos/bug796.scala
+++ b/test/files/pos/bug796.scala
@@ -6,7 +6,7 @@
* Ideally, an option in the bugtracking system would automatically
* handle "pos" bugs.
*/
-object Test extends Application {
+object Test extends App {
object Twice {
def apply(x: Int) = x * 2