summaryrefslogtreecommitdiff
path: root/test/files/run/groupby.scala
diff options
context:
space:
mode:
authorAleksandar Pokopec <aleksandar.prokopec@epfl.ch>2010-05-26 09:42:10 +0000
committerAleksandar Pokopec <aleksandar.prokopec@epfl.ch>2010-05-26 09:42:10 +0000
commit5e9d2809ebc2fd77143d6dfdcfea62c24ea4da28 (patch)
tree117385d3b660a3ac3531c82ca2edb7cb8a3ed4d4 /test/files/run/groupby.scala
parent83630c3ce608d1acc502cfe7ab6accf90ced8a47 (diff)
downloadscala-5e9d2809ebc2fd77143d6dfdcfea62c24ea4da28.tar.gz
scala-5e9d2809ebc2fd77143d6dfdcfea62c24ea4da28.tar.bz2
scala-5e9d2809ebc2fd77143d6dfdcfea62c24ea4da28.zip
Adds comments for #3471, and a test case which ...
Adds comments for #3471, and a test case which should have been added earlier. Review by extempore.
Diffstat (limited to 'test/files/run/groupby.scala')
-rw-r--r--test/files/run/groupby.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/groupby.scala b/test/files/run/groupby.scala
index 895410e34d..a751e65e80 100644
--- a/test/files/run/groupby.scala
+++ b/test/files/run/groupby.scala
@@ -10,7 +10,7 @@ object Test {
val v1 = map(0)
val v2 = map(0)
// this should hold, of course, assuming also that group by returns a regular
- // map implementation, and does nothing fancy - and it should default just a
+ // map implementation, and does nothing fancy - and it should return just a
// hash map by default.
assert(v1 eq v2)
}