summaryrefslogtreecommitdiff
path: root/test/files/neg/bounds.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/bounds.check')
-rw-r--r--test/files/neg/bounds.check4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/files/neg/bounds.check b/test/files/neg/bounds.check
deleted file mode 100644
index 461086194f..0000000000
--- a/test/files/neg/bounds.check
+++ /dev/null
@@ -1,4 +0,0 @@
-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