summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/files/run/map_test.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/map_test.scala b/test/files/run/map_test.scala
index 7e91955317..82a2c12e5a 100644
--- a/test/files/run/map_test.scala
+++ b/test/files/run/map_test.scala
@@ -23,7 +23,7 @@ object Test with Executable {
test_map(myMap);
}
- def test_map[This <: Map[int,String,This]](myMap:Map[int,String,This]) = {
+ def test_map(myMap:Map[int,String]) = {
val map1 = myMap.update(42,"The answer");
val map2 = map1.update(17,"A small random number");
val map3 = map2.update(666,"A bigger random number");