summaryrefslogtreecommitdiff
path: root/test/files
diff options
context:
space:
mode:
authorGeoffrey Washburn <geoffrey.washburn@epfl.ch>2008-03-13 12:38:43 +0000
committerGeoffrey Washburn <geoffrey.washburn@epfl.ch>2008-03-13 12:38:43 +0000
commit87c7cde2aa7c03436b743192acac10a26ea96f62 (patch)
treecf42dae53e61fc3e3bbfb8b3b6b1d8cfaa137ba9 /test/files
parent02c904f51dd0ce5d031066f41e24e52c0f942cfa (diff)
downloadscala-87c7cde2aa7c03436b743192acac10a26ea96f62.tar.gz
scala-87c7cde2aa7c03436b743192acac10a26ea96f62.tar.bz2
scala-87c7cde2aa7c03436b743192acac10a26ea96f62.zip
Moved the test to pending.
Diffstat (limited to 'test/files')
-rw-r--r--test/files/pos/bug229.scala3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/files/pos/bug229.scala b/test/files/pos/bug229.scala
deleted file mode 100644
index 0922499c6c..0000000000
--- a/test/files/pos/bug229.scala
+++ /dev/null
@@ -1,3 +0,0 @@
-class Test extends java.util.ArrayList[Object] {
- override def add(index: int, element: java.lang.Object): unit = {}
-}