summaryrefslogtreecommitdiff
path: root/test/files/run/arrays.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/arrays.scala')
-rw-r--r--test/files/run/arrays.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/run/arrays.scala b/test/files/run/arrays.scala
index 605c3c2c4e..8d375166d3 100644
--- a/test/files/run/arrays.scala
+++ b/test/files/run/arrays.scala
@@ -5,7 +5,7 @@
//############################################################################
-module arrays {
+object arrays {
type JObject = java.lang.Object;
type JSet = java.util.Set;
@@ -146,7 +146,7 @@ module arrays {
//############################################################################
-module Test {
+object Test {
def main(args: Array[String]): Unit = {
arrays.test;