summaryrefslogtreecommitdiff
path: root/test/files/neg/bug63.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/bug63.check')
-rw-r--r--test/files/neg/bug63.check4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/files/neg/bug63.check b/test/files/neg/bug63.check
deleted file mode 100644
index 51b7c65bd1..0000000000
--- a/test/files/neg/bug63.check
+++ /dev/null
@@ -1,4 +0,0 @@
-bug63.scala:2: covariant type T occurs in contravariant position in type T of value elem
- def set(elem: T): Unit = ();
- ^
-one error found