Skip to content

Commit 7895a03

Browse files
committed
remove a test involving a deprecated class
1 parent 27889a5 commit 7895a03

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/scala/scala/compat/java8/StepConvertersTest.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,6 @@ class StepConvertersTest {
588588
implicit val spec = SpecCheck(_.isInstanceOf[IntStepper], x => s"$x should be an IntStepper")
589589

590590
good( ci.NumericRange(277: Short, 279: Short, 1: Short).stepper )
591-
_eh_( ci.PagedSeq.fromLines(Array("salmon").iterator).stepper )
592591
good( ("salmon": ci.StringOps).stepper )
593592
good( ("salmon": ci.WrappedString).stepper )
594593
}

0 commit comments

Comments
 (0)