summaryrefslogtreecommitdiff
path: root/test/files/neg/t1477.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t1477.check')
-rw-r--r--test/files/neg/t1477.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/t1477.check b/test/files/neg/t1477.check
index e497637857..72bffa3270 100644
--- a/test/files/neg/t1477.check
+++ b/test/files/neg/t1477.check
@@ -1,4 +1,4 @@
-t1477.scala:13: error: overriding type V in trait C with bounds >: Nothing <: Middle.this.D;
+t1477.scala:13: error: overriding type V in trait C with bounds <: Middle.this.D;
type V is a volatile type; cannot override a type with non-volatile upper bound
type V <: (D with U)
^