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