From b9785280a7138a2bb52060faf94807aa0d07dec1 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Wed, 24 Aug 2011 17:11:55 +0000 Subject: Renamed tests named bugXXX to tXXX, no review. --- test/files/run/bug4656.scala | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 test/files/run/bug4656.scala (limited to 'test/files/run/bug4656.scala') diff --git a/test/files/run/bug4656.scala b/test/files/run/bug4656.scala deleted file mode 100644 index 4f3d189c8f..0000000000 --- a/test/files/run/bug4656.scala +++ /dev/null @@ -1,13 +0,0 @@ -object Test { - def f = { - val buf = new collection.mutable.ListBuffer[Int] - buf ++= List(1, 2, 3) - val l = buf.toList - buf prependToList List(4, 5, 6) - l - } - - def main(args: Array[String]): Unit = { - println(f) - } -} -- cgit v1.2.3