summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonio Cunei <antonio.cunei@epfl.ch>2011-05-23 16:10:50 +0000
committerAntonio Cunei <antonio.cunei@epfl.ch>2011-05-23 16:10:50 +0000
commitbf414ad75f4e2f50f5a31616e91feab89c70224e (patch)
treef3a88e6672de7d01108a17b871d22d30560e7516
parent391d5573789c516e408b171b7a4415f3830c4f32 (diff)
downloadscala-bf414ad75f4e2f50f5a31616e91feab89c70224e.tar.gz
scala-bf414ad75f4e2f50f5a31616e91feab89c70224e.tar.bz2
scala-bf414ad75f4e2f50f5a31616e91feab89c70224e.zip
Change in checkfile
see: https://github.com/paulp/scala-full/commit/29acf6c27eb988aedb794dcbcc122 2cc2c8f8f1d
-rw-r--r--test/files/neg/bug4533.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/bug4533.check b/test/files/neg/bug4533.check
index 42ab268206..b405619831 100644
--- a/test/files/neg/bug4533.check
+++ b/test/files/neg/bug4533.check
@@ -1,4 +1,4 @@
-bug4533.scala:6: error: erroneous or inaccessible type
+bug4533.scala:6: error: trait GenSetLike in package collection cannot be accessed in package collection
def statusByAlarms(alarms: GenSetLike[FooAlarm]) = println("hello")
^
one error found