Skip to content

Commit ac7869d

Browse files
authored
Merge branch 'master' into remove-augmentString
2 parents 35e52ad + 47f8f7f commit ac7869d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scalatags/test/src/scalatags/generic/StyleSheetTests.scala

-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ abstract class StyleSheetTests[Builder, Output <: FragT, FragT]
8585

8686

8787
def check(txt: String, expected: String) = {
88-
// augmentString = work around scala/bug#11125 on JDK 11
8988
def normalize(s: String) = s.linesIterator.map(_.trim).mkString
9089

9190
assert(normalize(txt) == normalize(expected))

0 commit comments

Comments
 (0)