summaryrefslogtreecommitdiff
path: root/test/files/neg/bug882.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/bug882.check')
-rw-r--r--test/files/neg/bug882.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/bug882.check b/test/files/neg/bug882.check
index 8f47fefd9b..4e3e6d0860 100644
--- a/test/files/neg/bug882.check
+++ b/test/files/neg/bug882.check
@@ -1,4 +1,4 @@
-bug882.scala:2: error: traits cannot have type parameters with context bounds `: ...'
+bug882.scala:2: error: traits cannot have type parameters with context bounds `: ...' nor view bounds `<% ...'
trait SortedSet[A <% Ordered[A]] {
^
one error found