summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAleksandar Pokopec <aleksandar.prokopec@epfl.ch>2011-06-22 10:57:01 +0000
committerAleksandar Pokopec <aleksandar.prokopec@epfl.ch>2011-06-22 10:57:01 +0000
commit79c5790d051d81984994db3aa8529f3da42ed3f8 (patch)
treefbf54ef16bc632f0d4012d4cc0cbaf6a7db2ac3e /test
parentb567bdc1b204a175549eb221538ad43988a766f7 (diff)
downloadscala-79c5790d051d81984994db3aa8529f3da42ed3f8.tar.gz
scala-79c5790d051d81984994db3aa8529f3da42ed3f8.tar.bz2
scala-79c5790d051d81984994db3aa8529f3da42ed3f8.zip
Updated a test with GenSetLike.
Diffstat (limited to 'test')
-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 b405619831..0f50b5adb1 100644
--- a/test/files/neg/bug4533.check
+++ b/test/files/neg/bug4533.check
@@ -1,4 +1,4 @@
-bug4533.scala:6: error: trait GenSetLike in package collection cannot be accessed in package collection
+bug4533.scala:6: error: wrong number of type arguments for scala.collection.GenSetLike, should be 2
def statusByAlarms(alarms: GenSetLike[FooAlarm]) = println("hello")
^
one error found