summaryrefslogtreecommitdiff
path: root/test/files/neg/t708.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t708.check')
-rw-r--r--test/files/neg/t708.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/t708.check b/test/files/neg/t708.check
index 15a9c9ed93..4983aab613 100644
--- a/test/files/neg/t708.check
+++ b/test/files/neg/t708.check
@@ -1,4 +1,4 @@
-t708.scala:8: error: overriding type S in trait X with bounds >: Nothing <: A.this.T;
+t708.scala:8: error: overriding type S in trait X with bounds <: A.this.T;
type S has incompatible type
override private[A] type S = Any;
^