From 5e9d2809ebc2fd77143d6dfdcfea62c24ea4da28 Mon Sep 17 00:00:00 2001 From: Aleksandar Pokopec Date: Wed, 26 May 2010 09:42:10 +0000 Subject: 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. --- test/files/run/groupby.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/run') 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) } -- cgit v1.2.3