Skip to content

Commit 94ebb62

Browse files
committed
Remove debug line in XMLLoaderSpec
1 parent 56d2408 commit 94ebb62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/test/scala/scala/xml/factory/XMLLoaderSpec.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ object XMLLoaderSpec extends PropertiesFor("factory.XMLLoader")
115115
builder ++= new String(arr.take(len))
116116
off += len
117117
}
118-
builder.toString + "\n" + (builder.toString.map(Character.getType(_).toString).mkString(" "))
118+
builder.toString
119119
}
120120

121121
// FIXME: xerces.internal.impl.io.MalformedByteSequenceException:

0 commit comments

Comments
 (0)