aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/run/unittest_collection.check (renamed from tests/pending/run/unittest_collection.check)0
-rw-r--r--tests/run/unittest_collection.scala (renamed from tests/pending/run/unittest_collection.scala)10
2 files changed, 5 insertions, 5 deletions
diff --git a/tests/pending/run/unittest_collection.check b/tests/run/unittest_collection.check
index df1629dd7..df1629dd7 100644
--- a/tests/pending/run/unittest_collection.check
+++ b/tests/run/unittest_collection.check
diff --git a/tests/pending/run/unittest_collection.scala b/tests/run/unittest_collection.scala
index d10845475..5db9b56d2 100644
--- a/tests/pending/run/unittest_collection.scala
+++ b/tests/run/unittest_collection.scala
@@ -4,11 +4,11 @@ object Test {
def main(args: Array[String]): Unit = {
test(collection.mutable.ArrayBuffer[String]())
- test(collection.mutable.ListBuffer[String]())
- class BBuf(z:ListBuffer[String]) extends BufferProxy[String] {
- def self = z
- }
- test(new BBuf(collection.mutable.ListBuffer[String]()))
+// test(collection.mutable.ListBuffer[String]())
+// class BBuf(z:ListBuffer[String]) extends BufferProxy[String] {
+// def self = z
+// }
+// test(new BBuf(collection.mutable.ListBuffer[String]()))
}
def test(x: Buffer[String]): Unit = {