summaryrefslogtreecommitdiff
path: root/test/files/run/constrained-types.check
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2009-02-16 14:56:54 +0000
committerMartin Odersky <odersky@gmail.com>2009-02-16 14:56:54 +0000
commitc25ec632d37c8c676e72da5ae792d02be7583232 (patch)
treebf8711d91d99ca7acb8b10b98c15cb8d92a3edd6 /test/files/run/constrained-types.check
parentdd368937571ef308989e1388b08e04f55b0b6cd4 (diff)
downloadscala-c25ec632d37c8c676e72da5ae792d02be7583232.tar.gz
scala-c25ec632d37c8c676e72da5ae792d02be7583232.tar.bz2
scala-c25ec632d37c8c676e72da5ae792d02be7583232.zip
hopefully fixed the build by fixing deSkolemize...
hopefully fixed the build by fixing deSkolemize, and adapting the new collection libraries to stricter override checking.
Diffstat (limited to 'test/files/run/constrained-types.check')
-rw-r--r--test/files/run/constrained-types.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/constrained-types.check b/test/files/run/constrained-types.check
index c8f0a83ad3..d3c32b7a02 100644
--- a/test/files/run/constrained-types.check
+++ b/test/files/run/constrained-types.check
@@ -85,7 +85,7 @@ defined class peer
-----
class NPE[T <: NPE[T] @peer] // should not crash
-error: illegal cyclic reference involving class NPE
+defined class NPE
-----
def m = {