summaryrefslogtreecommitdiff
path: root/test/files/pos/bug1000.scala
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2011-08-24 16:49:38 +0000
committerPaul Phillips <paulp@improving.org>2011-08-24 16:49:38 +0000
commit48e8133cb08a252ea0ec325d4c6537bccb2e0465 (patch)
tree2819b5a1eb22ba8fa19b15d39bdd94ea4b7cec8b /test/files/pos/bug1000.scala
parent0e74720c491ce13e5e904e0bc39e9a60af26f37c (diff)
downloadscala-48e8133cb08a252ea0ec325d4c6537bccb2e0465.tar.gz
scala-48e8133cb08a252ea0ec325d4c6537bccb2e0465.tar.bz2
scala-48e8133cb08a252ea0ec325d4c6537bccb2e0465.zip
Removed and consolidated several redundant test...
Removed and consolidated several redundant tests which had filenames "bugXXX" and "tXXX" where XXX == XXX. No review.
Diffstat (limited to 'test/files/pos/bug1000.scala')
-rw-r--r--test/files/pos/bug1000.scala4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/files/pos/bug1000.scala b/test/files/pos/bug1000.scala
deleted file mode 100644
index 93f8201261..0000000000
--- a/test/files/pos/bug1000.scala
+++ /dev/null
@@ -1,4 +0,0 @@
-object Test extends App {
- val xs = Array(1, 2, 3)
- Console.println(xs.filter(_ >= 0).length)
-}