From 7a9e632c64865084e6e8559a0e6ea90e2b706a8b Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Fri, 15 Nov 2013 12:09:50 +0100 Subject: Tweak to Coder test --- tests/pos/Coder.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/pos/Coder.scala') diff --git a/tests/pos/Coder.scala b/tests/pos/Coder.scala index a47dcf3c9..73e2542c0 100644 --- a/tests/pos/Coder.scala +++ b/tests/pos/Coder.scala @@ -43,8 +43,8 @@ class Coder(words: List[String]) { word <- wordsForNum(number take splitPoint) rest <- encode(number drop splitPoint) } yield word :: rest - ) - xs.toSet + ).toSet + xs//.toSet } /** Maps a number to a list of all word phrases that can represent it */ -- cgit v1.2.3