Skip to content

Commit 81fdfaf

Browse files
Georg DietrichGeorg Dietrich
authored andcommitted
one additional case where serialization changed with scala version
1 parent bcf0176 commit 81fdfaf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

chill-scala/src/test/scala/com/twitter/chill/SerializedExamplesOfStandardDataSpec.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ class SerializedExamplesOfStandardDataSpec extends WordSpec with Matchers {
5555
}
5656

5757
// In older Scala versions, instances of the following classes have a serialized representation that differs from
58-
// the current Scala version 2.12.4:
58+
// the current Scala version 2.12.6:
5959
// 11 -> scala.collection.convert.Wrappers.IteratorWrapper
6060
// 29 -> scala.collection.immutable.Range$Inclusive
6161
val omitExamplesInScalaVersion: Map[String, Seq[Int]] = Map(
62-
"2.10." -> Seq(11, 29),
63-
"2.11." -> Seq(29))
62+
"2.10." -> Seq(11, 29, 118),
63+
"2.11." -> Seq(29, 118))
6464

6565
val specialCasesNotInExamplesMap: Seq[Int] = Seq(
6666
9, 23, 28, 71, 84, 91, 92)

0 commit comments

Comments
 (0)