From 6b31849b85532946cb90b2552cb451b58dbd884d Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Wed, 7 Oct 2009 17:07:27 +0000 Subject: 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. --- test/files/pos/t1659.check | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 test/files/pos/t1659.check (limited to 'test/files/pos/t1659.check') 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 -- cgit v1.2.3