From d0442a8636e268f051052e4e4ff04225bab4f67e Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Thu, 1 Oct 2009 16:44:56 +0000 Subject: Test case for #2030 and #2056. --- test/pending/run/t2030.check | 1 - test/pending/run/t2030.scala | 7 ------- 2 files changed, 8 deletions(-) delete mode 100644 test/pending/run/t2030.check delete mode 100644 test/pending/run/t2030.scala (limited to 'test/pending') diff --git a/test/pending/run/t2030.check b/test/pending/run/t2030.check deleted file mode 100644 index 74327b88a4..0000000000 --- a/test/pending/run/t2030.check +++ /dev/null @@ -1 +0,0 @@ -scala.collection.immutable.TreeSet diff --git a/test/pending/run/t2030.scala b/test/pending/run/t2030.scala deleted file mode 100644 index 4bf20915fb..0000000000 --- a/test/pending/run/t2030.scala +++ /dev/null @@ -1,7 +0,0 @@ -import scala.collection.immutable._ - -object Test extends Application { - val res0 = TreeSet(1, 2, 3) - val res1 = res0.map(x => x) - println(res1.getClass) -} -- cgit v1.2.3