summaryrefslogtreecommitdiff
path: root/test/pos/philippe1.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/pos/philippe1.scala')
-rw-r--r--test/pos/philippe1.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pos/philippe1.scala b/test/pos/philippe1.scala
index d079c5974a..3cace0e116 100644
--- a/test/pos/philippe1.scala
+++ b/test/pos/philippe1.scala
@@ -1,4 +1,4 @@
-module test {
+object test {
def id[a](xs: Array[a]): Array[a] = xs;
def main(args: Array[String]): Unit = {