From 01e1d5902bfbe9b1f2398f07a34cd0cca0469429 Mon Sep 17 00:00:00 2001 From: Sean McDirmid Date: Tue, 22 May 2007 10:18:54 +0000 Subject: Updated tests to reflect new range behavior. --- test/files/run/richs.scala | 1 + 1 file changed, 1 insertion(+) (limited to 'test/files/run/richs.scala') diff --git a/test/files/run/richs.scala b/test/files/run/richs.scala index 4df7bc3bf3..629fca58be 100644 --- a/test/files/run/richs.scala +++ b/test/files/run/richs.scala @@ -12,6 +12,7 @@ trait RichTest { cn.substring(0, cn.length-1) } def length[A](it: Iterator[A]) = it.toList length + def length[A](it: Iterable[A]) = it.toList length def run: Unit } object RichCharTest1 extends RichTest { -- cgit v1.2.3