From 332ab9f485d457c6f14abd46e548eecbb79ea602 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Tue, 16 May 2006 11:31:55 +0000 Subject: Fixed bug 592 --- test/pending/run/subarray.scala | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 test/pending/run/subarray.scala (limited to 'test/pending/run') diff --git a/test/pending/run/subarray.scala b/test/pending/run/subarray.scala deleted file mode 100644 index b120f47338..0000000000 --- a/test/pending/run/subarray.scala +++ /dev/null @@ -1,8 +0,0 @@ -object Test { - def main(args: Array[String]): Unit = { - val array = Array("one", "two", "three") - val firstTwo: Array[String] = array.subArray(0,2) - for(val x <- firstTwo) - Console.println(x) - } -} -- cgit v1.2.3