summaryrefslogtreecommitdiff
path: root/test/pending/neg
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2012-05-03 17:11:30 -0700
committerPaul Phillips <paulp@improving.org>2012-05-03 17:15:31 -0700
commit8bc8b83f0bd7daef62b41b4a0c87b4e9b7344284 (patch)
tree4f445792891bd6945ce8132b97a0231a8cf54392 /test/pending/neg
parent58f6a1346093db2f407879246884d480ff8d7904 (diff)
downloadscala-8bc8b83f0bd7daef62b41b4a0c87b4e9b7344284.tar.gz
scala-8bc8b83f0bd7daef62b41b4a0c87b4e9b7344284.tar.bz2
scala-8bc8b83f0bd7daef62b41b4a0c87b4e9b7344284.zip
Moved passing tests from pending to files.
Most are pattern matcher bugs fixed by virtpatmat. A few are reifier, package object, or miscellaneous. I threw in an original test for SI-2337, to go with those for SI-1697, SI-3705, SI-4415, and SI-1357, all of which (in the interests of making sure this basket has all the eggs) I am closing.
Diffstat (limited to 'test/pending/neg')
-rw-r--r--test/pending/neg/dbldef.check14
-rw-r--r--test/pending/neg/dbldef.scala1
2 files changed, 0 insertions, 15 deletions
diff --git a/test/pending/neg/dbldef.check b/test/pending/neg/dbldef.check
deleted file mode 100644
index 3ee63475e4..0000000000
--- a/test/pending/neg/dbldef.check
+++ /dev/null
@@ -1,14 +0,0 @@
-dbldef.scala:1: error: x is already defined as value x
-case class test0(x: Int, x: Float)
- ^
-dbldef.scala:1: error: type mismatch;
- found : Float
- required: Int
-case class test0(x: Int, x: Float)
- ^
-dbldef.scala:1: error: type mismatch;
- found : Float
- required: Int
-case class test0(x: Int, x: Float)
- ^
-three errors found
diff --git a/test/pending/neg/dbldef.scala b/test/pending/neg/dbldef.scala
deleted file mode 100644
index c70fb97b2c..0000000000
--- a/test/pending/neg/dbldef.scala
+++ /dev/null
@@ -1 +0,0 @@
-case class test0(x: Int, x: Float)