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