From 729ae785e9a06da1c0c9bfb6d4b5a00865059dab Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Tue, 1 Sep 2009 22:05:38 +0000 Subject: Moved test case for now-fixed #2027 into files. --- test/pending/run/t2027.scala | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 test/pending/run/t2027.scala (limited to 'test/pending') diff --git a/test/pending/run/t2027.scala b/test/pending/run/t2027.scala deleted file mode 100644 index 0fe41e5c74..0000000000 --- a/test/pending/run/t2027.scala +++ /dev/null @@ -1,7 +0,0 @@ - -object Test { - def main(args: Array[String]) { - def fibs: Stream[Int] = Stream.cons(0, Stream.cons(1, fibs.zip(fibs.tail).map(p => p._1 + p._2))) - fibs(2) // stack overflow - } -} -- cgit v1.2.3