summaryrefslogtreecommitdiff
path: root/test/files/neg/bug1364.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/bug1364.check')
-rw-r--r--test/files/neg/bug1364.check5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/files/neg/bug1364.check b/test/files/neg/bug1364.check
deleted file mode 100644
index bb5ca90699..0000000000
--- a/test/files/neg/bug1364.check
+++ /dev/null
@@ -1,5 +0,0 @@
-bug1364.scala:9: error: overriding type T in trait A with bounds >: Nothing <: AnyRef{type S[-U]};
- type T has incompatible type
- type T = { type S[U] = U }
- ^
-one error found