summaryrefslogtreecommitdiff
path: root/test/files/pos/t1659.check
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2009-10-07 17:07:27 +0000
committerPaul Phillips <paulp@improving.org>2009-10-07 17:07:27 +0000
commit6b31849b85532946cb90b2552cb451b58dbd884d (patch)
tree6c343195529c27d43710ae14f77ffc079ccc3ebb /test/files/pos/t1659.check
parent9f121f57e034a7feb07bad7f67403f3ac75b46d4 (diff)
downloadscala-6b31849b85532946cb90b2552cb451b58dbd884d.tar.gz
scala-6b31849b85532946cb90b2552cb451b58dbd884d.tar.bz2
scala-6b31849b85532946cb90b2552cb451b58dbd884d.zip
Moved a pile of passing tests from pending to f...
Moved a pile of passing tests from pending to files, fixed some untesty tests, and will now close the associated tickets.
Diffstat (limited to 'test/files/pos/t1659.check')
-rw-r--r--test/files/pos/t1659.check5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/files/pos/t1659.check b/test/files/pos/t1659.check
deleted file mode 100644
index b75da8798b..0000000000
--- a/test/files/pos/t1659.check
+++ /dev/null
@@ -1,5 +0,0 @@
-t1659.scala:3: error: overriding method u in trait W of type [A](v: Y{type X = A})Unit;
- method u has incompatible type
-class Z extends W { def u[A](v : Y { type X = A }) = null }
- ^
-one error found