From 1e4a1253cba09ae12a66c18816e0940ab8d36095 Mon Sep 17 00:00:00 2001 From: Jason Zaugg Date: Sun, 15 Mar 2015 10:25:33 -0700 Subject: Remove stdout/stderr output from Junit tests --- test/junit/scala/collection/mutable/VectorTest.scala | 1 - 1 file changed, 1 deletion(-) (limited to 'test') diff --git a/test/junit/scala/collection/mutable/VectorTest.scala b/test/junit/scala/collection/mutable/VectorTest.scala index e9c4d44a72..b3219d1b02 100644 --- a/test/junit/scala/collection/mutable/VectorTest.scala +++ b/test/junit/scala/collection/mutable/VectorTest.scala @@ -38,7 +38,6 @@ class VectorTest { def iteratorCat() { def its = vecs.map(_.toList.toIterator) val cats = vecs.map(a => its.map(a ++ _)) - println(cats) assert( cats == ans ) } -- cgit v1.2.3