summaryrefslogtreecommitdiff
path: root/test/files/pos/strings.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/strings.scala')
-rw-r--r--test/files/pos/strings.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/strings.scala b/test/files/pos/strings.scala
index 75bf23f5e3..3bf40e3dda 100644
--- a/test/files/pos/strings.scala
+++ b/test/files/pos/strings.scala
@@ -1,5 +1,5 @@
// martin 1-3-2002: it seems there is a problem with the way Serializable is loaded.
-module test {
+object test {
def f() = "hello".concat("world");