We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d5ff65 commit e55bd52Copy full SHA for e55bd52
test/junit/scala/collection/mutable/VectorTest.scala
@@ -38,7 +38,6 @@ class VectorTest {
38
def iteratorCat() {
39
def its = vecs.map(_.toList.toIterator)
40
val cats = vecs.map(a => its.map(a ++ _))
41
- println(cats)
42
assert( cats == ans )
43
}
44
0 commit comments