Skip to content

Commit e55bd52

Browse files
retronymadriaanm
authored andcommitted
Remove stdout/stderr output from Junit tests
1 parent 0d5ff65 commit e55bd52

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/junit/scala/collection/mutable/VectorTest.scala

-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ class VectorTest {
3838
def iteratorCat() {
3939
def its = vecs.map(_.toList.toIterator)
4040
val cats = vecs.map(a => its.map(a ++ _))
41-
println(cats)
4241
assert( cats == ans )
4342
}
4443

0 commit comments

Comments
 (0)