summaryrefslogtreecommitdiff
path: root/test/files/neg/t1364.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t1364.check')
-rw-r--r--test/files/neg/t1364.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/t1364.check b/test/files/neg/t1364.check
index 78375333c2..cb8803abdc 100644
--- a/test/files/neg/t1364.check
+++ b/test/files/neg/t1364.check
@@ -1,4 +1,4 @@
-t1364.scala:9: error: overriding type T in trait A with bounds >: Nothing <: AnyRef{type S[-U]};
+t1364.scala:9: error: overriding type T in trait A with bounds <: AnyRef{type S[-U]};
type T has incompatible type
type T = { type S[U] = U }
^