summaryrefslogtreecommitdiff
path: root/test/neg/bounds.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/neg/bounds.check')
-rw-r--r--test/neg/bounds.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/neg/bounds.check b/test/neg/bounds.check
index 0f4693da88..461086194f 100644
--- a/test/neg/bounds.check
+++ b/test/neg/bounds.check
@@ -1,4 +1,4 @@
-bounds.scala:11: constructor A of type [T >: I](T)A[T] cannot be applied to [T]
+bounds.scala:11: type arguments [T] do not conform to constructor A's type parameter bounds [T >: I]
class B[T >: J](init: T) extends A[T](init) {
^
one error found